1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

docker-entrypoint-initdb.d 使っていないので除去

This commit is contained in:
Nebel 2021-08-18 14:42:57 +09:00
parent 3431e19ac8
commit 87aee901f6
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
/.env
/etc/postgres/initdb.d/

View file

@ -33,7 +33,6 @@ services:
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
volumes:
- ./etc/postgres/initdb.d:/docker-entrypoint-initdb.d
- postgres_tmp:/var/run/postgresql
- postgres_data:/var/lib/postgresql/data
volumes: