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:
|
||||
gotify:
|
||||
container_name: gotify
|
||||
restart: always
|
||||
image: gotify/server
|
||||
ports:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
services:
|
||||
n8n:
|
||||
container_name: n8n
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
restart: always
|
||||
ports:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
services:
|
||||
navidrome:
|
||||
container_name: navidrome
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
ports:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
services:
|
||||
stirling-pdf:
|
||||
container_name: stirling_pdf
|
||||
image: stirlingtools/stirling-pdf:latest
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue