Workflow update

main
technorabilia 8 months ago
parent f56b77726f
commit bc11301d30

@ -47,7 +47,7 @@ services:
# Sunshine Ports (TCP).
- 47984-47990:47984-47990 # optional
# Sunshine Ports (TCP).
- 48010:48010:48010:48010 # optional
- 48010-48010:48010-48010 # optional
# Sunshine Ports (UDP).
- 47998-48000:47998-48000/udp # optional
devices:

@ -20,7 +20,7 @@ docker run -d \
-p 27031-27036:27031-27036/udp `# optional` `# Steam Remote Play Ports (UDP).` \
-p 27031-27036:27031-27036 `# optional` `# Steam Remote Play Ports (TCP).` \
-p 47984-47990:47984-47990 `# optional` `# Sunshine Ports (TCP).` \
-p 48010:48010:48010:48010 `# optional` `# Sunshine Ports (TCP).` \
-p 48010-48010:48010-48010 `# optional` `# Sunshine Ports (TCP).` \
-p 47998-48000:47998-48000/udp `# optional` `# Sunshine Ports (UDP).` \
-v ${BASEDIR:-/volume1/docker}/steamos/config:/config `# Users home directory in the container, stores all files and games.` \
-v /dev/input:/dev/input `# optional` `# Optional for gamepad support. *Only working for Steam Remote Play` \

Loading…
Cancel
Save