Remove the enforced container_name following suggestions

pull/2917/head
TheFrenchGhosty 2022-02-22 15:36:15 +01:00
rodzic 9e91fd5241
commit 5e3fcad1fb
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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: