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

Commit da2db67

Browse files
authored
Update Debian.md
1 parent 881794e commit da2db67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/Installation/Debian.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ This is assuming a fresh installation of Debian 10.
33
## Install Docker
44
```bash
55
sudo apt-get install curl
6-
curl https://releases.rancher.com/install-docker/19.03.sh | sh
6+
sudo curl https://releases.rancher.com/install-docker/19.03.sh | sh
77
```
88
Or follow the docker installation guide.
99
https://docs.docker.com/engine/install/debian/
1010

1111
## Run the Container
1212
```bash
13-
docker volume create fts_data
13+
sudo docker volume create fts_data
1414

15-
docker run -d -p 8080:8080/tcp -p 8087:8087/tcp -e FTS_CONNECTION_MESSAGE="Server Connection Message" -e FTS_SAVE_COT_TO_DB="True" -v fts_data:/host/system/folder --name fts --restart unless-stopped freetakteam/freetakserver:1.1.2
16-
```
15+
sudo docker run -d -p 8080:8080/tcp -p 8087:8087/tcp -e FTS_CONNECTION_MESSAGE="Server Connection Message" -e FTS_SAVE_COT_TO_DB="True" -v fts_data:/host/system/folder --name fts --restart unless-stopped freetakteam/freetakserver:1.1.2
16+
```

0 commit comments

Comments
 (0)