Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Feb 14, 2024
1 parent c0c82c0 commit 7d5a5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You will get the `docker-awg-arm7.tar` archive ready to upload to the Mikrotik r

Just run `docker compose up`

Make sure to create a `wg` folder with the `wg0.conf` file.
Make sure to create a `awg` folder with the `wg0.conf` file.

Example `wg0.conf`:

Expand Down Expand Up @@ -104,9 +104,9 @@ Set up mount with the Wireguard configuration

```
/container mounts
add dst=/etc/wireguard/ name=wg_config src=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/wg
add dst=/etc/amnezia/amneziawg/ name=awg_config src=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/awg
/container/add cmd=/sbin/init hostname=amnezia interface=veth1 logging=yes mounts=wg_config file=docker-awg-arm7.tar
/container/add cmd=/sbin/init hostname=amnezia interface=veth1 logging=yes mounts=awg_config file=docker-awg-arm7.tar
```

To start the container run
Expand Down

0 comments on commit 7d5a5c0

Please sign in to comment.