allowing access to the traefik interface

This commit is contained in:
2024-06-22 09:34:19 +01:00
parent 0f124e295e
commit a37fb8499b

View File

@@ -38,6 +38,7 @@ services:
ports: ports:
- "443:443" - "443:443"
- "8448:8448" - "8448:8448"
- "8080:8080"
volumes: volumes:
# - "./letsencrypt:/letsencrypt" # - "./letsencrypt:/letsencrypt"
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"