pull/719/head
Thomas Kaul 2 years ago committed by GitHub
parent fd60569716
commit 02809a529e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save