Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3778 from z3ntu/patch-1
Browse files Browse the repository at this point in the history
Fix build of Docker image with docker-compose
  • Loading branch information
richvdh authored Nov 1, 2018
2 parents c68aab1 + f882574 commit 3149d55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/3778.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix build of Docker image with docker-compose
6 changes: 4 additions & 2 deletions contrib/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3149d55

Please sign in to comment.