Skip to content

Commit 5f74aab

Browse files
committed
Add quotes to port mappings
1 parent 3af9355 commit 5f74aab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ services:
1010
- SPLUNK_PASSWORD=changed!
1111
- SPLUNK_APPS_URL=https://github.com/splunk/sdk-app-collection/releases/latest/download/sdkappcollection.tgz
1212
ports:
13-
- 8000:8000
14-
- 8088:8088
15-
- 8089:8089
13+
- "8000:8000"
14+
- "8088:8088"
15+
- "8089:8089"
1616
healthcheck:
1717
test: ["CMD", "curl", "-f", "http://localhost:8000"]
1818
interval: 5s

0 commit comments

Comments
 (0)