Update docker/docker-compose.yaml

This commit is contained in:
2024-09-15 05:27:26 +00:00
parent 6f6f256455
commit 54597fe19e

View File

@@ -10,7 +10,7 @@ services:
ports:
- 443:443
- 80:80
- 8080:8080
#- 8080:8080
- 2222:2222
networks:
- public
@@ -18,7 +18,7 @@ services:
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
restart: unless-stopped
promtail:
image: grafana/promtail:2.9.4
image: grafana/promtail
volumes:
- nginx-log:/mnt/nginx-logs
- promtail_etc:/etc/promtail
@@ -35,8 +35,8 @@ services:
- letsencrypt-conf:/bck/letsencrypt-conf
- certbot-www:/bck/certbot-www
- duplicati_tmpdata:/bck/duplicati_tmpdata
ports:
- 8205:8200
#ports:
# - 8205:8200
networks:
- private
restart: unless-stopped