diff --git a/apps/jam/app.yml b/apps/jam/app.yml index 4d3aeb2..1d1de26 100644 --- a/apps/jam/app.yml +++ b/apps/jam/app.yml @@ -8,7 +8,7 @@ version: 3 metadata: category: Wallets name: JAM - version: 0.0.6 + version: 0.0.9 tagline: JoinMarket's awesome, man description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket with focus on user-friendliness. It's time for top-notch privacy for your @@ -30,7 +30,7 @@ metadata: defaultPassword: $APP_SEED containers: - name: joinmarket-webui - image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.6-clientserver-v0.9.6 + image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6 restart: on-failure stop_grace_period: 1m init: true @@ -38,8 +38,9 @@ containers: data: - data/joinmarket:/root/.joinmarket environment: - ENSURE_WALLET: 1 - RESTORE_DEFAULT_CONFIG: 1 + RESTORE_DEFAULT_CONFIG: "true" + REMOVE_LOCK_FILES: "true" + ENSURE_WALLET: "true" APP_USER: citadel APP_PASSWORD: ${APP_SEED} jm_tor_control_host: $TOR_PROXY_IP