Skip to content

Commit c72bb89

Browse files
committed
Fix indentation
1 parent 562d71f commit c72bb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
stdin_open: true
3838
command: ["poetry", "run", "fastapi", "dev", "dor/entrypoints/api/main.py", "--host", "0.0.0.0", "--port", "8000"]
3939
ports:
40-
- ${API_PORT:-8000}:8000
40+
- ${API_PORT:-8000}:8000
4141
db:
4242
ports:
4343
- "5432:5432"

0 commit comments

Comments
 (0)