Kevin Mulcrone
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|