Remove the enforced container_name following suggestions

This commit is contained in:
TheFrenchGhosty 2022-02-22 15:36:15 +01:00
parent 9e91fd5241
commit 5e3fcad1fb

View File

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