Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichiBaum committed Jun 7, 2024
1 parent 31d8b35 commit 95fcc97
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,24 @@ Build docker images:

mvnw spring-boot:build-image --projects ./admin-service,./javadoc-service,./registry-service -DdockerHub.username=YourDockerHubUsername -DdockerHub.password=YourDockerHubPassword

### Container

#### Up

docker compose up --build -d

#### Down

docker compose down

#### Logs

# Follow
docker compose logs -f

# Single container
docker compose logs ´name´

### Change HOSTS file

#### Windows
Expand Down
1 change: 0 additions & 1 deletion docker-down.sh

This file was deleted.

1 change: 0 additions & 1 deletion docker-up.sh

This file was deleted.

0 comments on commit 95fcc97

Please sign in to comment.