fix: element port
This commit is contained in:
parent
450be7a336
commit
bee2e150e1
@ -4,6 +4,8 @@ services:
|
||||
image: "$IMAGEAPP"
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- ELEMENT_WEB_PORT=8080
|
||||
volumes:
|
||||
- ./config/config.json:/app/config.json:ro
|
||||
|
@ -58,7 +58,10 @@ spec:
|
||||
image: "$IMAGEAPP"
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
containerPort: 8080
|
||||
env:
|
||||
- name: ELEMENT_WEB_PORT
|
||||
value: 8080
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /app/config.json
|
||||
|
Loading…
Reference in New Issue
Block a user