mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 21:00:21 +03:00
Merge branch 'master' into feat-cidr-notation
This commit is contained in:
commit
6c0049770e
13 changed files with 939 additions and 952 deletions
12
README.md
12
README.md
|
@ -120,13 +120,11 @@ docker pull ghcr.io/wg-easy/wg-easy
|
|||
|
||||
And then run the `docker run -d \ ...` command above again.
|
||||
|
||||
To update using Docker Compose:
|
||||
|
||||
```shell
|
||||
docker compose pull
|
||||
docker compose up --detach
|
||||
```
|
||||
|
||||
With Docker Compose WireGuard Easy can be updated with a single command:
|
||||
`docker compose up --detach --pull always` (if an image tag is specified in the
|
||||
Compose file and it is not `latest`, make sure that it is changed to the desired
|
||||
one; by default it is omitted and
|
||||
[defaults to `latest`](https://docs.docker.com/engine/reference/run/#image-references)). \
|
||||
The WireGuared Easy container will be automatically recreated if a newer image
|
||||
was pulled.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue