Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 367 Bytes

Linshare UI-Admin

How to build the image

$ docker build --build-arg VERSION="LATEST" --build-arg CHANNEL="releases" -t linagora/linshare-ui-admin:latest .

How to run the container

$ docker run -d \
-e EXTERNAL_URL=<wanted_FQDN> \
-e TOMCAT_URL=<tomcat-ip> \
-e TOMCAT_PORT=<tomcat-port>
-p 443:443 \
linagora/linshare-ui-admin