Skip to content

Commit

Permalink
Use less frequently used port.
Browse files Browse the repository at this point in the history
  • Loading branch information
LLautenbacher committed Aug 4, 2023
1 parent 30cca81 commit a417da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
UID: ${UID}
GID: ${GID}
ports:
- 8503:3000
- 3000:3000
volumes:
- ./:/workspace/koina
working_dir: /workspace/koina/web
Expand Down

0 comments on commit a417da0

Please sign in to comment.