root: fix typo in docker-compose
This commit is contained in:
parent
877279b2ee
commit
fb9ab368f8
|
@ -50,7 +50,7 @@ services:
|
|||
PASSBOOK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
||||
volumes:
|
||||
- ./backups:/backups
|
||||
- /var/run/docker.socket:/var/run/docker.socket
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
env_file:
|
||||
- .env
|
||||
static:
|
||||
|
|
Reference in New Issue