mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Remove empty Dockerfile
This commit is contained in:
parent
8ebfaed546
commit
7b2b19b4ba
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
FROM postgres:10
|
|
Loading…
Reference in a new issue