Remove container names from containers

They're not needed for anything, and caused annoying weird issues when cycling containers
This commit is contained in:
Jake Howard
2020-06-27 17:45:28 +01:00
parent 681d591176
commit fe5a5984c3
21 changed files with 0 additions and 23 deletions

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
calibre:
image: linuxserver/calibre-web:latest
container_name: calibre
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
folding-at-home:
image: linuxserver/foldingathome:latest
container_name: folding-at-home
cpus: 0.75
environment:
- TZ=Europe/London
@ -13,5 +12,4 @@ services:
- ./config:/config
ports:
- 7396:7396
- 36330:36330
restart: unless-stopped

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
gitea:
image: gitea/gitea:1.12.1
container_name: gitea
restart: unless-stopped
environment:
- USER_UID={{ docker_user.id }}

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
duplicati:
image: gotify/server:2.0.16
container_name: gotify
environment:
- TZ=Europe/London
volumes:

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
jellyfin:
image: linuxserver/jellyfin:v10.5.5-ls58
container_name: jellyfin
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
librespeed:
image: linuxserver/librespeed:latest
container_name: librespeed
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
nextcloud:
image: linuxserver/nextcloud:19.0.0-ls87
container_name: nextcloud
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
@ -62,7 +61,6 @@ services:
collabora:
image: collabora/code:latest
container_name: collabora
restart: unless-stopped
cap_add:
- MKNOD

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
quassel-core:
image: linuxserver/quassel-core:latest
container_name: quassel
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
todoist-github:
image: theorangeone/todoist-github:latest
container_name: todoist-github
restart: unless-stopped
command: python3 -m todoist_github --interval 900
environment:

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
deluge:
image: linuxserver/deluge:latest
container_name: deluge
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
tt-rss:
image: lunik1/tt-rss:latest
container_name: tt-rss
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
wallabag:
image: wallabag/wallabag:latest
container_name: wallabag
restart: unless-stopped
environment:
- SYMFONY__ENV__SECRET={{ wallabag_secret }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
web-rng:
image: docker.pkg.github.com/realorangeone/web-rng/web-rng:latest
container_name: web-rng
restart: unless-stopped
labels:
- traefik.enable=true

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
whoami:
image: containous/whoami:latest
container_name: whoami
restart: unless-stopped
labels:
- traefik.enable=true