mirror of
https://github.com/wg-easy/wg-easy.git
synced 2026-09-01 02:11:19 +00:00
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:
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue