Stop using container_name

This commit is contained in:
BatchAccount 1001 2022-12-10 01:44:32 +01:00
parent d8891d4e01
commit 2af99385e9
7 changed files with 0 additions and 8 deletions

View File

@ -2,7 +2,6 @@ version: "3.0"
services: services:
endlessh: endlessh:
container_name: endlessh
image: lscr.io/linuxserver/endlessh:latest image: lscr.io/linuxserver/endlessh:latest
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@ -6,7 +6,6 @@ networks:
services: services:
server: server:
container_name: gitea
image: gitea/gitea:1.17.3 image: gitea/gitea:1.17.3
restart: always restart: always
environment: environment:

View File

@ -6,7 +6,6 @@ networks:
services: services:
server: server:
container_name: kanboard
image: kanboard/kanboard:v1.2.24 image: kanboard/kanboard:v1.2.24
restart: always restart: always
environment: environment:

View File

@ -2,7 +2,6 @@ version: "3.0"
services: services:
swag: swag:
container_name: swag
image: lscr.io/linuxserver/swag:1.32.0 image: lscr.io/linuxserver/swag:1.32.0
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
@ -27,7 +26,6 @@ services:
retries: 3 retries: 3
mumble-server: mumble-server:
container_name: mumble-server
image: mumblevoip/mumble-server:v1.4.287-2 image: mumblevoip/mumble-server:v1.4.287-2
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@ -2,7 +2,6 @@ version: "3.0"
services: services:
syncthing: syncthing:
container_name: syncthing
image: syncthing/syncthing:1.22.2 image: syncthing/syncthing:1.22.2
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@ -2,7 +2,6 @@ version: "3.0"
services: services:
website: website:
container_name: website
image: git.jilits.se/jilits/website:0.2.1 image: git.jilits.se/jilits/website:0.2.1
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@ -14,7 +14,6 @@ services:
- "11211" - "11211"
yopass: yopass:
container_name: yopass
image: jhaals/yopass image: jhaals/yopass
restart: always restart: always
command: "--memcached=memcached:11211 --port 80" command: "--memcached=memcached:11211 --port 80"