This commit is contained in:
Thomas Kaul
2022-02-21 20:06:39 +01:00
committed by GitHub
parent fd60569716
commit 02809a529e

View File

@@ -4,10 +4,10 @@ services:
image: postgres:12
container_name: postgres
restart: unless-stopped
ports:
- 5432:5432
env_file:
- ../.env
ports:
- 5432:5432
volumes:
- postgres:/var/lib/postgresql/data