fix: drop missing role

This commit is contained in:
decentral1se
2023-01-07 23:47:37 +01:00
parent e905c24eb2
commit 3e3c239c88
4 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ services:
networks:
- internal
healthcheck:
test: ["CMD", "pg_isready", "-U", "synapse"]
test: ["CMD", "pg_isready"]
volumes:
- postgres:/var/lib/postgresql/data
deploy: