created volume for letsencrypt

This commit is contained in:
2024-02-13 19:14:28 +01:00
parent 1b4cfc5291
commit 25db3542eb

View File

@@ -20,11 +20,14 @@ services:
- "444:443"
- "9080:8080"
volumes:
- "./letsencrypt:/letsencrypt"
- letsencrypt:/letsencrypt
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:
- web
volumes:
letsencrypt:
networks:
web:
name: traefik_web