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

Commit 55b1abf

Browse files
authored
Update README.md
1 parent 179be3e commit 55b1abf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
The official Docker image for FreeTAKServer.
44

55
Image Name:
6-
`freetakteam/freetakserver`
7-
8-
We do not have a latest tag currently so you will need to use `freetakteam/freetakteam/freetakserver:1.1.2` please view the full documentation for installation details
6+
`freetakteam/freetakserver` We currently do not support the latest tag so you will need to use a specific release version.
97

108
## Usage
119
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.
1210

1311
```bash
14-
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
12+
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.2.02
1513
```
1614

1715
### Ports
@@ -29,4 +27,7 @@ All data in this container is stored in `/data`. This directory will need to be
2927

3028
# Full Documentation
3129
For full documetnation on how to use the container visit the docs site:
32-
https://freetakteam.github.io/FreeTAKServer-User-Docs/
30+
https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/Docker/
31+
32+
# Dockerhub
33+
https://hub.docker.com/r/freetakteam/freetakserver

0 commit comments

Comments
 (0)