Skip to content

Commit 0bd7abf

Browse files
Add ports to docker-compose.minimal
1 parent a70d7f3 commit 0bd7abf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.minimal.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ services:
522522
"file:./etc/flagd/demo.flagd.json"
523523
]
524524
ports:
525-
- 8013
525+
- "${FLAGD_PORT}"
526+
- "${FLAGD_OFREP_PORT}"
526527
volumes:
527528
- ./src/flagd:/etc/flagd
528529
logging:

0 commit comments

Comments
 (0)