working on secure readme

This commit is contained in:
venus
2026-03-31 00:36:36 -05:00
parent 63c3e85680
commit 1fbd44f1df
4 changed files with 62 additions and 6 deletions

View File

@@ -4,13 +4,13 @@
services:
traefik:
image: traefik:v3.6
command:
- "--api.insecure=true"
- "--providers.docker=true"
- "--entrypoints.web.address=:80"
container_name: traefik
restart: unless-stopped
ports:
- "80:80"
- "8080:8080"
- "443:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "/var/run/docker.sock:/var/run/docker.sock"
- "./letsencrypt:/letsencrypt"
- "./traefik.yml:/etc/traefik/traefik.yml:ro"