update port

dev
Oracle Server 2023-05-21 00:36:31 +00:00
parent 1c1c53497c
commit 8e7bd10312
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ cd velconnect
docker compose up -d 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. This will set up autorestart of the docker image. To pull updates, just run `docker compose up -d` again.

View File

@ -4,6 +4,6 @@ services:
build: . build: .
restart: always restart: always
ports: ports:
- "8000:80" - "8046:80"
volumes: volumes:
- ./db:/usr/src/velconnect/db - ./db:/usr/src/velconnect/db