Docker: Remove container_name from examples where not needed
This commit is contained in:
parent
040488c70f
commit
96168e4b36
5 changed files with 0 additions and 14 deletions
|
@ -35,7 +35,6 @@ services:
|
|||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
container_name: photoprism
|
||||
depends_on:
|
||||
- mariadb
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
|
@ -102,7 +101,6 @@ services:
|
|||
mariadb:
|
||||
restart: unless-stopped
|
||||
image: arm64v8/mariadb:10.5
|
||||
container_name: mariadb
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
|
@ -120,7 +118,6 @@ services:
|
|||
# watchtower:
|
||||
# restart: unless-stopped
|
||||
# image: containrrr/watchtower
|
||||
# container_name: watchtower
|
||||
# environment:
|
||||
# WATCHTOWER_CLEANUP: "true"
|
||||
# WATCHTOWER_POLL_INTERVAL: 7200 # Checks for updates every two hours
|
||||
|
|
|
@ -35,7 +35,6 @@ services:
|
|||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
container_name: photoprism
|
||||
depends_on:
|
||||
- mariadb
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
|
@ -96,7 +95,6 @@ services:
|
|||
mariadb:
|
||||
restart: unless-stopped
|
||||
image: mariadb:10.5
|
||||
container_name: mariadb
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
|
@ -114,7 +112,6 @@ services:
|
|||
# watchtower:
|
||||
# restart: unless-stopped
|
||||
# image: containrrr/watchtower
|
||||
# container_name: watchtower
|
||||
# environment:
|
||||
# WATCHTOWER_CLEANUP: "true"
|
||||
# WATCHTOWER_POLL_INTERVAL: 7200 # Checks for updates every two hours
|
||||
|
|
|
@ -33,7 +33,6 @@ services:
|
|||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
container_name: photoprism
|
||||
depends_on:
|
||||
- mariadb
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
|
@ -86,7 +85,6 @@ services:
|
|||
mariadb:
|
||||
restart: unless-stopped
|
||||
image: mariadb:10.5
|
||||
container_name: mariadb
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
|
@ -104,7 +102,6 @@ services:
|
|||
# watchtower:
|
||||
# restart: unless-stopped
|
||||
# image: containrrr/watchtower
|
||||
# container_name: watchtower
|
||||
# environment:
|
||||
# WATCHTOWER_CLEANUP: "true"
|
||||
# WATCHTOWER_POLL_INTERVAL: 7200 # Checks for updates every two hours
|
||||
|
|
|
@ -35,7 +35,6 @@ services:
|
|||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
container_name: photoprism
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
# configured as it otherwise may get stuck in a restart loop:
|
||||
# https://docs.photoprism.org/getting-started/faq/#why-is-photoprism-getting-stuck-in-a-restart-loop
|
||||
|
@ -91,7 +90,6 @@ services:
|
|||
# watchtower:
|
||||
# restart: unless-stopped
|
||||
# image: containrrr/watchtower
|
||||
# container_name: watchtower
|
||||
# environment:
|
||||
# WATCHTOWER_CLEANUP: "true"
|
||||
# WATCHTOWER_POLL_INTERVAL: 7200 # Checks for updates every two hours
|
||||
|
|
|
@ -36,7 +36,6 @@ services:
|
|||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
container_name: photoprism
|
||||
depends_on:
|
||||
- mariadb
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
|
@ -89,7 +88,6 @@ services:
|
|||
mariadb:
|
||||
restart: unless-stopped
|
||||
image: mariadb:10.5
|
||||
container_name: mariadb
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
|
@ -107,7 +105,6 @@ services:
|
|||
# watchtower:
|
||||
# restart: unless-stopped
|
||||
# image: containrrr/watchtower
|
||||
# container_name: watchtower
|
||||
# environment:
|
||||
# WATCHTOWER_CLEANUP: "true"
|
||||
# WATCHTOWER_POLL_INTERVAL: 7200 # Checks for updates every two hours
|
||||
|
|
Loading…
Reference in a new issue