🔧 Passing just the hostname and not port

This commit is contained in:
2021-10-20 07:55:07 -07:00
parent 343dbf075d
commit 705ccaa51d
3 changed files with 3 additions and 5 deletions

View File

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