Skip to content

Commit

Permalink
fixes default port to the default of the docker-compose deployment
Browse files Browse the repository at this point in the history
the one in radicle-in-containers

Signed-off-by: Yorgos Saslis <yorgos.work@proton.me>
  • Loading branch information
gsaslis committed Jul 1, 2024
1 parent f47a7e4 commit 09d203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
context: .
args:
FALLBACK_PUBLIC_EXPLORER: http://localhost:3080/nodes/$host/$rid$path
DEFAULT_LOCAL_HTTPD_PORT: 3080
DEFAULT_LOCAL_HTTPD_PORT: 8886
PLUGINS_RADICLE_PLANNING_BOARDS_ORIGIN: http://localhost:3090
ports:
- "3080:80"
Expand Down

0 comments on commit 09d203d

Please sign in to comment.