Remove empty Dockerfile

This commit is contained in:
Sandro Jäckel
2020-05-31 10:05:53 +02:00
parent 8ebfaed546
commit 7b2b19b4ba
2 changed files with 1 additions and 4 deletions

View File

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

View File

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