Skip to content

Commit

Permalink
Merge branch 'wg-easy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian authored Mar 23, 2024
2 parents af44491 + 5afb701 commit cb9874e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,11 @@ docker pull dartegnian/wg-easy-m3

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.

Expand Down
21 changes: 11 additions & 10 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb9874e

Please sign in to comment.