Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sartim committed Aug 14, 2024
1 parent 0ce9631 commit 7b5ced3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ On the project root:
$ cmake ..
$ make
$ ./drogoncore_user_service --action=run-server
$ ./drogoncore_user_service --action=run-server

## Running with docker

$ docker build --build-arg DB_HOST=127.0.0.1 --build-arg DB_PORT=5432 --build-arg DB_NAME=db_name --build-arg DB_USER=username --build-arg DB_PASS=password -t drogon-user-service .
$ docker run --name drogon-user-service -d -p 8000:8000 drogon-user-service:latest
$ docker compose up --build

0 comments on commit 7b5ced3

Please sign in to comment.