Skip to content

Commit 3f04d35

Browse files
committed
replace deleted section
1 parent ff9ea61 commit 3f04d35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/docs/get-started/fundamentals/core/build-routes.md

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ In your `docker-compose.yaml` file, add Grafana as a service:
7070
```yaml title="docker-compose.yaml"
7171
services:
7272
pomerium:
73+
image: pomerium/pomerium:latest
74+
volumes:
75+
- ./config.yaml:/pomerium/config.yaml:ro
76+
ports:
77+
- 443:443
78+
verify:
7379
image: pomerium/verify:latest
7480
expose:
7581
- 8000

0 commit comments

Comments
 (0)