commit 4ba09d6a39ad113198e52c09989669a5e0d92250
parent 5cd278e9eef45c81210fe30257048e6bd43f806c
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Mon, 9 Feb 2026 18:47:23 +0900
Update nginx service configuration in docker-compose
Removed HTTPS port mapping and certificate volume from nginx service.
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docker-compose.yaml b/docker-compose.yaml
@@ -15,19 +15,18 @@ services:
networks:
- matrix-net
- nginx:
+nginx:
image: nginx:alpine
restart: unless-stopped
ports:
- "80:80"
- - "443:443"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- - ./certs:/var/www/certbot:rw
depends_on:
- tuwunel
networks:
- matrix-net
+
watchtower:
image: nickfedor/watchtower:latest
restart: unless-stopped