init.sql not needed

This commit is contained in:
lesion
2019-08-04 23:58:07 +02:00
parent d6f735d832
commit 1e2fbbab74

View File

@@ -5,7 +5,6 @@ services:
image: postgres
container_name: postgres
volumes:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
- db:/var/lib/postgres
- /etc/localtime:/etc/localtime:ro
environment: