mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
Completely remove PHOTOVIEW_PUBLIC_ENDPOINT
This commit is contained in:
@@ -27,11 +27,6 @@ services:
|
||||
- PHOTOVIEW_LISTEN_PORT=80
|
||||
- PHOTOVIEW_MEDIA_CACHE=/app/cache
|
||||
|
||||
# Change This: The publicly exposed url
|
||||
# For example if the server is available from the domain example.com,
|
||||
# change this value to http://example.com/
|
||||
- PHOTOVIEW_PUBLIC_ENDPOINT=http://localhost:8000/
|
||||
|
||||
# Optional: To enable map related features, you need to create a mapbox token.
|
||||
# A token can be generated for free here https://account.mapbox.com/access-tokens/
|
||||
# It's a good idea to limit the scope of the token to your own domain, to prevent others from using it.
|
||||
@@ -40,7 +35,7 @@ services:
|
||||
volumes:
|
||||
- api_cache:/app/cache
|
||||
|
||||
# Change this to the directory where your photos are located on your server.
|
||||
# Change This: to the directory where your photos are located on your server.
|
||||
# If the photos are located at `/home/user/photos`, then change this value
|
||||
# to the following: `/home/user/photos:/photos:ro`.
|
||||
# You can mount multiple paths, if your photos are spread across multiple directories.
|
||||
|
||||
Reference in New Issue
Block a user