Docker: Improve docker-compose.yml example documentation

This commit is contained in:
Michael Mayer 2022-01-11 14:48:29 +01:00
parent 042cd3f242
commit 786fd19012
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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