Fix formatting

This commit is contained in:
Owen
2026-02-25 10:53:56 -08:00
parent c4dcec463a
commit 2282d3ae39

View File

@@ -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