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" - "444:443"
- "9080:8080" - "9080: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"
networks: networks:
- web - web
volumes:
letsencrypt:
networks: networks:
web: web:
name: traefik_web name: traefik_web