pull/719/head
Thomas Kaul 3 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 image: postgres:12
container_name: postgres container_name: postgres
restart: unless-stopped restart: unless-stopped
ports:
- 5432:5432
env_file: env_file:
- ../.env - ../.env
ports:
- 5432:5432
volumes: volumes:
- postgres:/var/lib/postgresql/data - postgres:/var/lib/postgresql/data

Loading…
Cancel
Save