From ed2c9d23592d5ef69557cd635be7f868da56a5a0 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 24 Nov 2022 22:41:53 -0500 Subject: [PATCH] Update docker-compose.yml Signed-off-by: Tommy --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4b31ad7..baefa0e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,8 +10,8 @@ services: image: ghcr.io/tommytran732/synapse:latest # Since synapse does not retry to connect to the database, restart upon # failure - restart: unless-stopped container_name: synapse + restart: unless-stopped # Comment out the next line if you are using the official image. user: "991:991" # See the readme for a full documentation of the environment settings @@ -34,8 +34,8 @@ services: postgres: image: docker.io/postgres-15:alpine - restart: unless-stopped container_name: postgres + restart: unless-stopped # Change that password, of course! environment: - POSTGRES_USER=synapse @@ -57,8 +57,8 @@ services: element: image: vectorim/element-web:latest - restart: unless-stopped container_name: element + restart: unless-stopped volumes: - ./element/config.json:/app/config.json:Z networks: @@ -78,8 +78,8 @@ services: swag: image: ghcr.io/linuxserver/swag - restart: unless-stopped container_name: swag + restart: unless-stopped cap_add: - NET_ADMIN environment: