Skip to content

Commit

Permalink
Update README.md and docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spcfox committed Aug 14, 2024
1 parent 920e7a9 commit 9fad7d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ We provide more then 1 docker image to get, this will help you decide which one
| tag | Branch | Example | Description |
| - | - | - | - |
| `latest` | production | `ghcr.io/wg-easy/wg-easy:latest` or `ghcr.io/wg-easy/wg-easy` | stable as possbile get bug fixes quickly when needed, deployed against `production`. |
| `13` | production | `ghcr.io/wg-easy/wg-easy:13` | same as latest, stick to a version tag. |
| `nightly` | master | `ghcr.io/wg-easy/wg-easy:nightly` | mostly unstable gets frequent package and code updates, deployed against `master`. |
| `development` | pull requests | `ghcr.io/wg-easy/wg-easy:development` | used for development, testing code from PRs before landing into `master`. |
| `2` | production | `ghcr.io/wg-easy/wg-easy:13` | same as latest, stick to a version tag. |
| `development` | master or dev | `ghcr.io/wg-easy/wg-easy:development` | latest features, bug fixes, and changes. |

## Installation

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ volumes:

services:
amnezia-wg-easy:
env_file:
- .env
image: ghcr.io/spcfox/amnezia-wg-easy
env_file: .env
build: .
# image: ghcr.io/spcfox/amnezia-wg-easy
container_name: amnezia-wg-easy
volumes:
- ~/.amnezia-wg-easy:/etc/wireguard
Expand Down

0 comments on commit 9fad7d5

Please sign in to comment.