update port
parent
1c1c53497c
commit
8e7bd10312
|
|
@ -7,7 +7,7 @@ cd velconnect
|
|||
docker compose up -d
|
||||
```
|
||||
|
||||
and visit http://localhost:8000 in your browser.
|
||||
and visit http://localhost:8046 in your browser.
|
||||
|
||||
This will set up autorestart of the docker image. To pull updates, just run `docker compose up -d` again.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ services:
|
|||
build: .
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:80"
|
||||
- "8046:80"
|
||||
volumes:
|
||||
- ./db:/usr/src/velconnect/db
|
||||
|
|
|
|||
Loading…
Reference in New Issue