Docker: Improve docker-compose.yml example documentation
This commit is contained in:
parent
6453d30906
commit
042cd3f242
8 changed files with 8 additions and 8 deletions
|
@ -102,7 +102,7 @@ services:
|
|||
# devices:
|
||||
# - "/dev/video11:/dev/video11" # Video4Linux (h264_v4l2m2m)
|
||||
working_dir: "/photoprism"
|
||||
## Storage Folders: "~" is a placeholder for the home directory of the current user, "." for the current directory
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # example
|
||||
- "~/Pictures:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
|
@ -96,7 +96,7 @@ services:
|
|||
# devices:
|
||||
# - "/dev/video11:/dev/video11" # Video4Linux (h264_v4l2m2m)
|
||||
working_dir: "/photoprism"
|
||||
## Storage Folders: "~" is a placeholder for the home directory of the current user, "." for the current directory
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # example
|
||||
- "~/Pictures:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
|
@ -158,7 +158,7 @@ services:
|
|||
PHOTOPRISM_INIT: "tensorflow-amd64-avx2"
|
||||
HOME: "/photoprism"
|
||||
working_dir: "/photoprism"
|
||||
## Storage Folders: "~" is a placeholder for the home directory of the current user, "." for the current directory
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # example:
|
||||
- "./originals:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
|
@ -101,7 +101,7 @@ services:
|
|||
# - "/dev/dri/renderD128:/dev/dri/renderD128" # Intel GPU
|
||||
# - "/dev/dri/card0:/dev/dri/card0"
|
||||
working_dir: "/photoprism"
|
||||
## Storage Folders: "~" is a placeholder for the home directory of the current user, "." for the current directory
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # example
|
||||
- "~/Pictures:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
|
@ -79,7 +79,7 @@ services:
|
|||
## Enable TensorFlow AVX2 support for modern Intel CPUs (requires starting the container as root):
|
||||
# PHOTOPRISM_INIT: "tensorflow-amd64-avx2"
|
||||
HOME: "/photoprism"
|
||||
## Storage Folders: "~" is a placeholder for the home directory of the current user, "." for the current directory
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # example
|
||||
- "~/Pictures:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
|
@ -92,7 +92,7 @@ services:
|
|||
# PHOTOPRISM_INIT: "tensorflow-amd64-avx2"
|
||||
HOME: "/photoprism"
|
||||
working_dir: "/photoprism"
|
||||
## Storage Folders: "~" is a placeholder for the home directory of the current user, "." for the current directory
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # example
|
||||
- "~/Pictures:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
|
@ -85,7 +85,7 @@ services:
|
|||
# PHOTOPRISM_INIT: "tensorflow-amd64-avx2"
|
||||
HOME: "/photoprism"
|
||||
working_dir: "/photoprism"
|
||||
## Storage Folders: "~" is a placeholder for the home directory of the current user, "." for the current directory
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # example
|
||||
- "~/Pictures:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
|
@ -83,7 +83,7 @@ services:
|
|||
PHOTOPRISM_SITE_AUTHOR: ""
|
||||
HOME: "/photoprism"
|
||||
working_dir: "/photoprism"
|
||||
## Storage Folders: use "/" not "\" as separator, "~" is a placeholder for C:/user/{username}, "." for the current directory
|
||||
## Storage Folders: use "/" not "\" as separator, "~" is a shortcut for C:/user/{username}, "." for the current directory
|
||||
volumes:
|
||||
# "C:/user/username/folder:/photoprism/folder" # example
|
||||
- "~/Pictures:/photoprism/originals" # original media files (photos and videos)
|
||||
|
|
Loading…
Reference in a new issue