Update docker-compose.yml

This commit is contained in:
Marcos Lohmann
2025-09-09 20:06:53 -03:00
committed by GitHub
parent d1ed2c4913
commit 48749463c2

View File

@@ -19,7 +19,6 @@ services:
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"
- "8080:8080"
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"
- "./traefik/acme.json:/letsencrypt/acme.json" - "./traefik/acme.json:/letsencrypt/acme.json"