👀 Adding $HOSTNAME

This commit is contained in:
2021-10-19 21:39:56 -07:00
parent 5dbe7afd5e
commit fda7a7e36e

View File

@@ -8,6 +8,8 @@ services:
image: frishi/threetwo
container_name: threetwo-ui
env_file: ./docker-compose.env
environment:
DOCKER_SOCKET_HOST: $HOSTNAME
restart: unless-stopped
labels:
- "traefik.enable=true"