Changed port number
This commit is contained in:
parent
27e213a332
commit
6fd974d0a1
@ -14,7 +14,7 @@ For building and running the app via Docker
|
||||
```
|
||||
docker build -t ecb:latest .
|
||||
docker image tag ecb:latest 10.0.1.36:5000/fokki200/ecb:latest
|
||||
docker push 10.0.1.36:5000/fokki200/ecb:latest
|
||||
docker push 10.0.1.36:5050/fokki200/ecb:latest
|
||||
docker run -d --name ecb -p 5000:5000 10.0.1.36:5000/fokki200/ecb:latest
|
||||
docker stack deploy --compose-file ~/code/ecb/docker-compose.yml ecb
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user