Workflow update

main
technorabilia 2 years ago
parent cafed62be6
commit 1aaff646b8

@ -24,6 +24,6 @@ services:
# this will store config on the docker host
- ${BASEDIR:-/volume1/docker}/quassel-web/config:/config
ports:
# will map the container's port 64080 to port 64080 on the host
- 64080:64080
# Quassel-web https webui
- 64443:64443
restart: unless-stopped

@ -11,7 +11,7 @@ docker run -d \
-e QUASSEL_CORE=192.168.1.10 `# specify the URL or IP address of your Quassel Core instance` \
-e QUASSEL_PORT=4242 `# specify the port of your Quassel Core instance` \
-e URL_BASE=/quassel `# optional` `# Specify a url-base in reverse proxy setups ie. `/quassel`` \
-p 64080:64080 `# will map the container's port 64080 to port 64080 on the host` \
-p 64443:64443 `# Quassel-web https webui` \
-v ${BASEDIR:-/volume1/docker}/quassel-web/config:/config `# this will store config on the docker host` \
--restart unless-stopped \
ghcr.io/linuxserver/quassel-web

Loading…
Cancel
Save