Remove the enforced container_name following suggestions

このコミットが含まれているのは:
TheFrenchGhosty 2022-02-22 15:36:15 +01:00
コミット 5e3fcad1fb
1個のファイルの変更0行の追加2行の削除

ファイルの表示

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