Valentin Sonin

Results 2 comments of Valentin Sonin

How do you downgrade the server version?

I created a bash script ```bash #!/bin/bash export SB_IMAGE=quay.io/outline/shadowbox:v1.9.0 # version export WATCHTOWER_REFRESH_SECONDS=2592000 # Watchtower refresh 90 days curl -sSL https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | bash ``` I didn't have a file `/opt/outline/persisted-state/start_container.sh`...