forked from coop-cloud/outline
fix postgres_data name
This commit is contained in:
@ -62,7 +62,7 @@ services:
|
||||
POSTGRES_PASSWORD: pass
|
||||
POSTGRES_DB: outline
|
||||
volumes:
|
||||
- 'postgresql_data:/var/lib/postgresql/data'
|
||||
- 'postgres_data:/var/lib/postgresql/data'
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
Reference in New Issue
Block a user