Fixed readme docker-compose.yml url

master
Keith Irwin 2021-10-14 16:58:16 -06:00
parent 4c77914453
commit f8ed51fb04
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 3 deletions

View File

@ -11,11 +11,9 @@ Install docker and docker-compose. Then create a project directory and pull the
```
$ sudo mkdir /srv/wgapi
$ cd /srv/wgapi
$ sudo wget https://gitea.gf4.pw/gf4/wgapi/raw/master/docker-compose.yml
$ sudo wget https://gitea.gf4.pw/gf4/wgapi/raw/branch/master/docker-compose.yml
```
TODO: Fix that URL
Edit the compose file according to its comments. Then you can start the service.
```