docker-synapse.minervajuppiter.net

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

commit a2b05e6ba0813cfe3fd3384769ea076f62348f6f
parent 3c5e50f93572b5784c0461b3eeae16645ecae0f6
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Mon, 15 Dec 2025 16:51:41 +0900

remove nginx

Diffstat:
Mdocker-compose.yaml | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml @@ -44,13 +44,13 @@ services: # .. or store them on some high performance storage for better results # - /path/to/ssd/storage:/var/lib/postgresql/data - nginx: - image: nginx - restart: unless-stopped - depends_on: - - synapse - ports: - - 28009:28009 - volumes: - - ./nginx.conf:/etc/nginx/conf.d/rp.conf:ro - - ./nginx.logdir:/var/log/nginx:rw +# nginx: +# image: nginx +# restart: unless-stopped +# depends_on: +# - synapse +# ports: +# - 28009:28009 +# volumes: +# - ./nginx.conf:/etc/nginx/conf.d/rp.conf:ro +# - ./nginx.logdir:/var/log/nginx:rw