Workflow update

main
technorabilia 3 months ago
parent 9058d08c31
commit df82b0f6ac

@ -15,7 +15,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Contains all relevant configuration files.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/grav/config:/config
ports:
# Port for web frontend

@ -8,6 +8,6 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-p 80:80 `# Port for web frontend` \
-v ${BASEDIR:-/volume1/docker}/grav/config:/config `# Contains all relevant configuration files.` \
-v ${BASEDIR:-/volume1/docker}/grav/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/grav

@ -40,7 +40,7 @@ services:
# Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes.
- STAGING=false # optional
volumes:
# All the config files including the webroot reside here.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/swag/config:/config
ports:
# Https port

@ -23,6 +23,6 @@ docker run -d \
-e STAGING=false `# optional` `# Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes.` \
-p 443:443 `# Https port` \
-p 80:80 `# optional` `# Http port (required for http validation and http -> https redirect)` \
-v ${BASEDIR:-/volume1/docker}/swag/config:/config `# All the config files including the webroot reside here.` \
-v ${BASEDIR:-/volume1/docker}/swag/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/swag

Loading…
Cancel
Save