wrapping ports in quotes

This commit is contained in:
Omar Saleem
2023-02-09 02:25:25 -05:00
committed by Trenton H
parent bc91b830ed
commit 37ddc3b8f7
7 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ services:
- gotenberg
- tika
ports:
- 8000:8000
- "8000:8000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s