Skip to content

Commit

Permalink
chore(readme): small fix to docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed May 18, 2024
1 parent 1f01b17 commit c65be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Proksi is a simple, lightweight, and easy-to-use proxy server that automatically
Similar to other proxies, Proksi can be run as a Docker container. The following command will run Proksi in a Docker container:

```bash
docker run -d -p 80:80 -p 443:443 -v /path/to/config:/etc/proksi/config.yaml luizfonseca/proksi
docker run -d -p 80:80 -p 443:443 -v /path/to/config:/etc/proksi/ luizfonseca/proksi
```

### Docker Swarm
Expand Down

0 comments on commit c65be15

Please sign in to comment.