fix postgres_data name

This commit is contained in:
trav 2021-11-16 09:28:48 -05:00
parent a341d6c5e8
commit 876db76bbe
1 changed files with 1 additions and 1 deletions

View File

@ -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: