Skip to content

Commit

Permalink
bind port in docker compose config
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Dec 19, 2023
1 parent b2de18e commit a2489f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ services:
- "./.data:/.data"
- "./config:/config"
- "./tools:/tools"
ports:
- "8080:8080"
network_mode: bridge

0 comments on commit a2489f6

Please sign in to comment.