Skip to content

Commit 5e3fcad

Browse files
Remove the enforced container_name following suggestions
1 parent 9e91fd5 commit 5e3fcad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version: "3"
44
services:
55

66
invidious:
7-
container_name: invidious
87
build:
98
context: .
109
dockerfile: docker/Dockerfile
@@ -36,7 +35,6 @@ services:
3635
- invidious-db
3736

3837
invidious-db:
39-
container_name: invidious-db
4038
image: postgres:14-alpine
4139
restart: unless-stopped
4240
volumes:

0 commit comments

Comments
 (0)