Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Add port-1 mapping in the docker-run example (#5)
Browse files Browse the repository at this point in the history
This mapping could fix the timed-out issue since 311.79
  • Loading branch information
cherrot authored Jun 12, 2020
1 parent a2abdd3 commit 6caecd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $ docker run -d \
-v ark:/ark \ # mounted as the directory to contain the server/backup/log/config files
-p 27015:27015 -p 27015:27015/udp \ # steam query port
-p 7778:7778 -p 7778:7778/udp \ # gameserver port
-p 7777:7777 -p 7777:7777/udp \ # gameserver port
thmhoag/arkserver
```

Expand Down

0 comments on commit 6caecd2

Please sign in to comment.