Docker: Update sudo note in docker-compose.yml examples
This commit is contained in:
parent
31ab4de74d
commit
8ed75c74dd
5 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# NOTE: All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will change the home directory "~" to "/root" in your configuration.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
photoprism:
|
||||
|
|
|
@ -30,7 +30,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# NOTE: All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will change the home directory "~" to "/root" in your configuration.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
photoprism:
|
||||
|
|
|
@ -30,7 +30,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# NOTE: All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will change the home directory "~" to "/root" in your configuration.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
photoprism:
|
||||
|
|
|
@ -32,7 +32,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# NOTE: All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will change the home directory "~" to "/root" in your configuration.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
photoprism:
|
||||
|
|
|
@ -30,7 +30,7 @@ version: '3.5'
|
|||
# docker-compose exec photoprism photoprism faces index
|
||||
#
|
||||
# NOTE: All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will change the home directory "~" to "/root" in your configuration.
|
||||
# This will point the home directory placeholder ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
photoprism:
|
||||
|
|
Loading…
Reference in a new issue