mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 02:30:00 -04:00
Merge pull request #3778 from z3ntu/patch-1
Fix build of Docker image with docker-compose
This commit is contained in:
commit
3149d55b7d
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue