Skip to content
Snippets Groups Projects
Unverified Commit 3149d55b authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Merge pull request #3778 from z3ntu/patch-1

Fix build of Docker image with docker-compose
parents c68aab15 f8825748
No related branches found
No related tags found
No related merge requests found
Fix build of Docker image with docker-compose
...@@ -6,9 +6,11 @@ version: '3' ...@@ -6,9 +6,11 @@ version: '3'
services: services:
synapse: synapse:
build: ../.. build:
context: ../..
dockerfile: docker/Dockerfile
image: docker.io/matrixdotorg/synapse:latest image: docker.io/matrixdotorg/synapse:latest
# Since snyapse does not retry to connect to the database, restart upon # Since synapse does not retry to connect to the database, restart upon
# failure # failure
restart: unless-stopped restart: unless-stopped
# See the readme for a full documentation of the environment settings # See the readme for a full documentation of the environment settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment