container_name

This commit is contained in:
criz 2025-09-09 02:38:47 +02:00
parent 14d44487fa
commit a314690ef2
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
services: services:
gotify: gotify:
container_name: gotify
restart: always restart: always
image: gotify/server image: gotify/server
ports: ports:

View file

@ -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:

View file

@ -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:

View file

@ -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: