Browse Source

Set page title for snowflake app (#1297)

0.4.16
Kevin Mulcrone 3 years ago
committed by GitHub
parent
commit
80a1b5ffe4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/snowflake/docker-compose.yml

4
apps/snowflake/docker-compose.yml

@ -18,9 +18,9 @@ services:
stop_grace_period: 1m
ports:
- $APP_SNOWFLAKE_PORT:$APP_SNOWFLAKE_PORT
command: --port $APP_SNOWFLAKE_PORT --index "/snowflake/index.html" bash -c 'tail -n 10000 -f /snowflake/snowflake.log | grep "Traffic Relayed"'
command: --port $APP_SNOWFLAKE_PORT --index "/snowflake/index.html" --title-format "Tor Snowflake Proxy" bash -c 'tail -n 10000 -f /snowflake/snowflake.log | grep "Traffic Relayed"'
volumes:
- ${APP_DATA_DIR}/data:/snowflake
networks:
default:
ipv4_address: $APP_SNOWFLAKE_IP
ipv4_address: $APP_SNOWFLAKE_IP

Loading…
Cancel
Save