This commit is contained in:
706f6f7079646f6f646f6f 2021-11-17 07:43:02 +01:00 committed by GitHub
parent b7108808fd
commit 409f198e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: postgres:10
image: docker.io/postgres:10
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data