container_name
This commit is contained in:
parent
14d44487fa
commit
a314690ef2
4 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
gotify:
|
gotify:
|
||||||
|
container_name: gotify
|
||||||
restart: always
|
restart: always
|
||||||
image: gotify/server
|
image: gotify/server
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
|
container_name: n8n
|
||||||
image: docker.n8n.io/n8nio/n8n
|
image: docker.n8n.io/n8nio/n8n
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
navidrome:
|
navidrome:
|
||||||
|
container_name: navidrome
|
||||||
image: deluan/navidrome:latest
|
image: deluan/navidrome:latest
|
||||||
user: 1000:1000 # should be owner of volumes
|
user: 1000:1000 # should be owner of volumes
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
|
container_name: stirling_pdf
|
||||||
image: stirlingtools/stirling-pdf:latest
|
image: stirlingtools/stirling-pdf:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue