remove old volume

This commit is contained in:
Ajay 2022-05-06 00:03:01 -04:00
parent d75226bde5
commit b4b7ccec20

View file

@ -7,7 +7,6 @@ services:
- database.env
volumes:
- database-data:/var/lib/postgresql/data
- ./database-export/:/opt/exports # To make this work, run chmod 777 ./database-exports
ports:
- 5432:5432
restart: always