This commit is contained in:
venus
2026-04-02 14:25:22 -05:00
parent 529bb27dc8
commit 7ded14f95f
4 changed files with 16 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ services:
- "80:80"
- "443:443"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/var/run/docker.sock:/var/run/docker.sock" # running as root TODO need to make new user
- "./letsencrypt:/letsencrypt"
- "./traefik.yml:/etc/traefik/traefik.yml:ro" # sets the traefik.yml file as the options file for configuring proxy settings
networks: