test
This commit is contained in:
parent
0e6ce1eec2
commit
a4f260f5a3
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ services:
|
|||
build:
|
||||
context: ./backend
|
||||
container_name: fastnotes-api
|
||||
ports:
|
||||
- "8000:8000" # ← Add this
|
||||
|
||||
|
||||
# ui:
|
||||
# build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue