fix: drop missing role
This commit is contained in:
@ -53,7 +53,7 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-U", "synapse"]
|
||||
test: ["CMD", "pg_isready"]
|
||||
volumes:
|
||||
- telegram-postgres:/var/lib/postgresql/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user