style: format
This commit is contained in:
parent
9615a7e778
commit
0e550d2511
22 changed files with 52 additions and 38 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.8"
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
jumble:
|
||||
|
|
@ -9,7 +9,7 @@ services:
|
|||
args:
|
||||
VITE_PROXY_SERVER: ${JUMBLE_PROXY_SERVER_URL:-http://localhost:8090}
|
||||
ports:
|
||||
- "8089:80"
|
||||
- '8089:80'
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- jumble
|
||||
|
|
@ -22,7 +22,7 @@ services:
|
|||
- ENABLE_PPROF=true
|
||||
- PORT=8080
|
||||
ports:
|
||||
- "8090:8080"
|
||||
- '8090:8080'
|
||||
networks:
|
||||
- jumble
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue