Workflow update

main
technorabilia 1 year ago
parent 4ac7e85e56
commit 249f3dcbfe

@ -22,6 +22,8 @@ services:
- WS_FALLBACK=false # optional
# Path to a json file containing custom STUN/TURN config (see App Setup notes)
- RTC_CONFIG= # optional
# Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. [See here for more info](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production!
- DEBUG_MODE=false # optional
ports:
# http gui
- 3000:3000

@ -12,6 +12,7 @@ docker run -d \
-e RATE_LIMIT=false `# optional` `# Set to `true` to limit clients to 100 requests per 5 min` \
-e WS_FALLBACK=false `# optional` `# Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes).` \
-e RTC_CONFIG= `# optional` `# Path to a json file containing custom STUN/TURN config (see App Setup notes)` \
-e DEBUG_MODE=false `# optional` `# Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. [See here for more info](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production!` \
-p 3000:3000 `# http gui` \
--restart unless-stopped \
ghcr.io/linuxserver/pairdrop

Loading…
Cancel
Save