mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Remove the enforced container_name following suggestions
This commit is contained in:
parent
9e91fd5241
commit
5e3fcad1fb
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ version: "3"
|
|||
services:
|
||||
|
||||
invidious:
|
||||
container_name: invidious
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
|
@ -36,7 +35,6 @@ services:
|
|||
- invidious-db
|
||||
|
||||
invidious-db:
|
||||
container_name: invidious-db
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue