variable updates

This commit is contained in:
admin 2025-05-05 13:55:02 -06:00
parent 71f76e331a
commit 2a11b85c8c

View File

@ -107,11 +107,11 @@ sudo apt-get update && sudo apt-get install syncthing
### Post Install
Run syncthing as a system service.
```
sudo systemctl start syncthing@bunker-admin
sudo systemctl start syncthing@[insert user]
```
```
sudo systemctl enable syncthing@bunker-admin
sudo systemctl enable syncthing@[insert user]
```
## [Docker](https://www.docker.com/)
Docker helps developers build, share, run, and verify applications anywhere — without tedious environment configuration or management.