From 9fad7d5e459d458bdd85ee373eb3e83b6ed2f124 Mon Sep 17 00:00:00 2001 From: Viktor Yudov Date: Wed, 14 Aug 2024 17:32:36 +0300 Subject: [PATCH] Update README.md and docker-compose.yml --- README.md | 5 ++--- docker-compose.yml | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5700cd756..1ada04722 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 3b230635a..7ef5e84e7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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