Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol-pavl authored Nov 12, 2023
1 parent c3ac3e9 commit ad7fb04
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 @@ -2,9 +2,9 @@

## 1. Setup the Docker Environment

CAUTION: make sure no application is listening on port 8080 before running this command!
CAUTION: make sure no application is listening on port 8080 before running this command, or change the port in the following commands!

Windows:
Windows/Mac:

```docker pull apavlitschenko/esde-vaadin && docker run -d --name esde-vaadin-tmp apavlitschenko/esde-vaadin:latest && docker cp esde-vaadin-tmp:usr/app/ vaadin-workshop && docker stop esde-vaadin-tmp && docker rm esde-vaadin-tmp && cd vaadin-workshop && docker run --rm -p 8080:8080 -v .:/usr/app --name esde-vaadin apavlitschenko/esde-vaadin:latest```

Expand Down

0 comments on commit ad7fb04

Please sign in to comment.