From 8ed75c74dd4c37fc002e93a306f59c7296f5f03b Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 23 Oct 2021 12:37:39 +0200 Subject: [PATCH] Docker: Update sudo note in docker-compose.yml examples --- docker/examples/arm64/docker-compose.yml | 2 +- docker/examples/armv7/docker-compose.yml | 2 +- docker/examples/docker-compose.yml | 2 +- docker/examples/scheduler/docker-compose.yml | 2 +- docker/examples/sqlite/docker-compose.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/examples/arm64/docker-compose.yml b/docker/examples/arm64/docker-compose.yml index 2e104df25..4b8dc019f 100644 --- a/docker/examples/arm64/docker-compose.yml +++ b/docker/examples/arm64/docker-compose.yml @@ -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: diff --git a/docker/examples/armv7/docker-compose.yml b/docker/examples/armv7/docker-compose.yml index 89203fee4..2984086fe 100644 --- a/docker/examples/armv7/docker-compose.yml +++ b/docker/examples/armv7/docker-compose.yml @@ -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: diff --git a/docker/examples/docker-compose.yml b/docker/examples/docker-compose.yml index 6981d6e09..ce7e19b98 100644 --- a/docker/examples/docker-compose.yml +++ b/docker/examples/docker-compose.yml @@ -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: diff --git a/docker/examples/scheduler/docker-compose.yml b/docker/examples/scheduler/docker-compose.yml index 0aaa3d851..c5a4dc70b 100644 --- a/docker/examples/scheduler/docker-compose.yml +++ b/docker/examples/scheduler/docker-compose.yml @@ -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: diff --git a/docker/examples/sqlite/docker-compose.yml b/docker/examples/sqlite/docker-compose.yml index b36187adf..33d5f62a7 100644 --- a/docker/examples/sqlite/docker-compose.yml +++ b/docker/examples/sqlite/docker-compose.yml @@ -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: