Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 1ba38a2

Browse files
authored
Update README.md
1 parent a5e6740 commit 1ba38a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The official Docker image for FreeTAKServer.
55
## Usage
66
When using this docker container it is suggested that you use the `--restart unless-stopped` flag as shown in the examples. This will enure that the service automatically starts with the host and will restart if it encounters an error and crashes. The port mappings in the examples are required to make the service accessable to hosts. All environment variables are optional. All data is stored in a single directory for ease of persistent data between container versions.
77

8+
```bash
9+
sudo docker run -d -p 8080:8080/tcp -p 8087:8087/tcp -e FTS_CONNECTION_MESSAGE="Server Connection Message" -v fts_data:/data --name fts --restart unless-stopped freetakteam/freetakserver:1.1.2
10+
```
11+
812
### Ports
913
The docker image runs the ports on the same defaults as FreeTAKServer. You can use the `-e` flag to map these ports to different ports or to run multiple FreeTAKServer's concurrently on the same host.
1014

0 commit comments

Comments
 (0)