docker-synapse.minervajuppiter.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6ac463d18d4f4bb16645146c7e972cf8e97521a5
parent 2549879f722fd902c245d03bb04ef9d2ffd2e0c8
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Mon,  9 Feb 2026 18:54:20 +0900

Reformat nginx service in docker-compose.yaml
Diffstat:
Mdocker-compose.yaml | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml @@ -15,17 +15,17 @@ services: networks: - matrix-net -nginx: - image: nginx:alpine - restart: unless-stopped - ports: - - "80:80" - volumes: - - ./nginx.conf:/etc/nginx/nginx.conf:ro - depends_on: - - tuwunel - networks: - - matrix-net + nginx: + image: nginx:alpine + restart: unless-stopped + ports: + - "80:80" + volumes: + - ./nginx.conf:/etc/nginx/nginx.conf:ro + depends_on: + - tuwunel + networks: + - matrix-net watchtower: image: nickfedor/watchtower:latest