Skip to content

Commit

Permalink
Minor edits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
billz authored Jan 15, 2024
1 parent d6d7f72 commit 07779a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ iptables -C FORWARD -i wlan0 -o eth0 -j ACCEPT || iptables -A FORWARD -i wlan0 -
iptables-save
```
## Deploying using docker-compose
use the docker-compose.yaml file to deploy raspap using docker compose.
**Do not use 'docker-compose' but use 'docker compose'**
Use the `docker-compose.yaml` file to deploy RaspAP using docker compose.
**Do not use 'docker-compose' but rather 'docker compose'**:

```bash
git clone https://github.com/RaspAP/raspap-docker.git
cd raspap-docker
docker compose up -d
```
```

0 comments on commit 07779a8

Please sign in to comment.