diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index d873566..1520c1b 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -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