Skip to content

Commit

Permalink
docs: fix Edge Proxy docker compose ports definition (#4193)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jun 20, 2024
1 parent 6bf9858 commit 842494e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/deployment/hosting/locally-edge-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ docker run \
### With docker compose

```yml
version: '3.9'
services:
edge_proxy:
image: flagsmith/edge-proxy:latest
Expand All @@ -283,8 +282,7 @@ services:
source: ./config.json
target: /app/config.json
ports:
- target: 8000
- published: 8000
- "8000:8000"
```
The Proxy is now running and available on port 8000.
Expand Down

0 comments on commit 842494e

Please sign in to comment.