diff --git a/install/config/docker-compose.yml b/install/config/docker-compose.yml index 1d8b73b4..e828ea6c 100644 --- a/install/config/docker-compose.yml +++ b/install/config/docker-compose.yml @@ -38,9 +38,7 @@ services: image: docker.io/traefik:v3.6 container_name: traefik restart: unless-stopped -{{if .InstallGerbil}} - network_mode: service:gerbil # Ports appear on the gerbil service -{{end}}{{if not .InstallGerbil}} +{{if .InstallGerbil}} network_mode: service:gerbil # Ports appear on the gerbil service{{end}}{{if not .InstallGerbil}} ports: - 443:443 - 80:80