1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-25 22:22:29 +02:00
This commit is contained in:
kev
2020-10-22 14:41:34 +08:00
parent 414672f1a6
commit aacfd8a6f6
3 changed files with 11 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ postgres:
volumes:
- ./data:/var/lib/postgresql/data
environment:
- POSTGRES_USER=root
- POSTGRES_PASSWORD=root
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=postgres
restart: always
restart: unless-stopped