Skip to content

Commit

Permalink
update standalone description and port
Browse files Browse the repository at this point in the history
  • Loading branch information
ARADDCC013 committed May 14, 2024
1 parent 2b1115f commit fbd6fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@ COPY infrastructure/standalone/supervisord.conf /etc/supervisor/conf.d/superviso
WORKDIR /

EXPOSE 8080
EXPOSE 9000
EXPOSE 27017

ENTRYPOINT ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ sharing.

### Installation:

To run in standalone mode (http://localhost:8080):
To run in standalone mode, not development mode (http://localhost:8080). Not for production use:

````bash
docker build -t "bailo:standalone" -f ./Dockerfile.standalone .
Expand Down

0 comments on commit fbd6fae

Please sign in to comment.