mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Change Run User for Openshift compliance
This commit is contained in:
parent
afeb2de412
commit
53d545eeef
2 changed files with 3 additions and 2 deletions
|
|
@ -144,7 +144,8 @@ RUN \
|
||||||
rm -R /home/wekan/app_build && \
|
rm -R /home/wekan/app_build && \
|
||||||
rm /home/wekan/install_meteor.sh
|
rm /home/wekan/install_meteor.sh
|
||||||
|
|
||||||
ENV PORT=80
|
ENV PORT=8080
|
||||||
EXPOSE $PORT
|
EXPOSE $PORT
|
||||||
|
USER wekan
|
||||||
|
|
||||||
CMD ["node", "/build/main.js"]
|
CMD ["node", "/build/main.js"]
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- METEOR_EDGE=${METEOR_EDGE}
|
- METEOR_EDGE=${METEOR_EDGE}
|
||||||
- USE_EDGE=${USE_EDGE}
|
- USE_EDGE=${USE_EDGE}
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 8080:80
|
||||||
environment:
|
environment:
|
||||||
- MONGO_URL=mongodb://wekandb:27017/wekan
|
- MONGO_URL=mongodb://wekandb:27017/wekan
|
||||||
- ROOT_URL=http://localhost
|
- ROOT_URL=http://localhost
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue