Updated container launch commands (#1989)

* Updated container launch commands

* one more occurrence

---------

Co-authored-by: Bernd Storath <999999bst@gmail.com>
This commit is contained in:
Kirill Dvoretskov
2025-06-30 09:01:26 +03:00
committed by GitHub
parent 501a784264
commit 68fde7d165
4 changed files with 9 additions and 9 deletions
@@ -33,7 +33,7 @@ Follow the Docs here: <https://docs.docker.com/engine/install/> and install Dock
```shell
cd /etc/docker/containers/wg-easy
sudo docker-compose up -d
sudo docker compose up -d
```
## Setup Firewall
@@ -56,8 +56,8 @@ To update `wg-easy` to the latest version, run:
```shell
cd /etc/docker/containers/wg-easy
sudo docker-compose pull
sudo docker-compose up -d
sudo docker compose pull
sudo docker compose up -d
```
## Auto Update