Docker: Improve docker-compose.yml example documentation
This commit is contained in:
parent
042cd3f242
commit
786fd19012
5 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
# This will point the home directory shortcut ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
## App Server (required)
|
||||
|
|
|
@ -37,7 +37,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
# This will point the home directory shortcut ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
## App Server (required)
|
||||
|
|
|
@ -34,7 +34,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
# This will point the home directory shortcut ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
## App Server (required)
|
||||
|
|
|
@ -35,7 +35,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
# This will point the home directory shortcut ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
## App Server (required)
|
||||
|
|
|
@ -36,7 +36,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
# This will point the home directory shortcut ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
## App Server (required)
|
||||
|
|
Loading…
Reference in a new issue