mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-04 05:29:15 -04:00
set port for own purpose
This commit is contained in:
parent
61d51e1d10
commit
2883cdb270
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ services:
|
|||
volumes:
|
||||
- ./:/home/node/app
|
||||
command: ash -c "npm i && npm run start:prod"
|
||||
# command: ash -c "npm i && npm run start:prod -- --include-ws-fallback"
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "8082:3000"
|
||||
# - "3000:3000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue