Docker standalone
docker volume create writeback_datadocker run -it --pull always \
-v writeback_data:/app_data \
-p 8899:8090 \
--name writeback-extreme \
-e "WBE_LICENSE=..your license here.." \
-e "WBE_URL=localhost:8899" \
ghcr.io/appsfortableau/writeback-extreme:latest# --pull always will download latest image of `appsfortableau/writeback-extreme:latest`
# -d to detatch command to back, run command in the background.Management console username & password
After stopping the container
Changing accessible port
Changing repository database
Update WriteBackExtreme container with a new version
Other environment variables
Last updated
Was this helpful?
