Remove the enforced container_name following suggestions

pull/2917/head
TheFrenchGhosty 3 years ago
parent 9e91fd5241
commit 5e3fcad1fb

@ -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…
Cancel
Save