Docker: Update sudo note in docker-compose.yml examples

This commit is contained in:
Michael Mayer 2021-10-23 12:37:39 +02:00
parent 31ab4de74d
commit 8ed75c74dd
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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