Workflow update

main
technorabilia 3 months ago
parent 9c76c463b8
commit c11b02515a

@ -32,8 +32,8 @@ services:
- APP_NAME=Lychee # optional
# The URL you will use to access Lychee including protocol, and port where appropriate.
- APP_URL= # optional
# Set to `true` if running behind an https reverse proxy.
- APP_FORCE_HTTPS= # optional
# Set to the IP or netmask covering your reverse proxy, if running behind one. Set to `*` to trust all IPs (**do not** use `*` if exposed to the internet`).
- TRUSTED_PROXIES= # optional
volumes:
# Persistent config files.
- ${BASEDIR:-/volume1/docker}/lychee/config:/config

@ -17,7 +17,7 @@ docker run -d \
-e DB_DATABASE= `# Path to DB file for `sqlite`. DB name for `mysql` and `pgsql`.` \
-e APP_NAME=Lychee `# optional` `# The gallery name.` \
-e APP_URL= `# optional` `# The URL you will use to access Lychee including protocol, and port where appropriate.` \
-e APP_FORCE_HTTPS= `# optional` `# Set to `true` if running behind an https reverse proxy.` \
-e TRUSTED_PROXIES= `# optional` `# Set to the IP or netmask covering your reverse proxy, if running behind one. Set to `*` to trust all IPs (**do not** use `*` if exposed to the internet`).` \
-p 80:80 `# http gui` \
-v ${BASEDIR:-/volume1/docker}/lychee/config:/config `# Persistent config files.` \
-v ${BASEDIR:-/volume1/docker}/lychee/pictures:/pictures `# Where lychee will store uploaded images.` \

Loading…
Cancel
Save