Keep more development environment options

This commit is contained in:
Mouse Reeve
2020-03-27 13:04:06 -07:00
parent b97006d43c
commit 0c766f9867
4 changed files with 46 additions and 12 deletions

View File

@ -5,7 +5,7 @@ services:
image: postgres
env_file: .env
volumes:
- pgdata:/var/lib/posgresql/data
- pgdata:/var/lib/postgresql/data
networks:
- main
web: