Remove empty Dockerfile

This commit is contained in:
Sandro Jäckel 2020-05-31 10:05:53 +02:00
parent 8ebfaed546
commit 7b2b19b4ba
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -1 +0,0 @@
FROM postgres:10