Skip to content
Snippets Groups Projects
Unverified Commit a40802bc authored by Luca Weiss's avatar Luca Weiss
Browse files

Fix build of Docker image with docker-compose

... and fix a typo
parent b60749a1
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,11 @@ version: '3'
services:
synapse:
build: ../..
build:
context: ../..
dockerfile: docker/Dockerfile
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
restart: unless-stopped
# 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