Where do we specify them so we can choose them in the dropdown?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuservices:
tomcat:
image: tomcat:9.0
container_name: tomcat9
ports:
- "8080:8080"
volumes:
- ./webapps:/usr/local/tomcat/webapps
- ./logs:/usr/local/tomcat/logs
environment:
- TZ=Europe/Stockholm
- CATALINA_OPTS=-Xms512m -Xmx1024m
- NXMC_SERVER=x.x.x.x #WEB
- NX_SERVER=x.x.x.x #API
restart: unless-stopped
Quote from: Alex Kirhenshtein on December 17, 2024, 01:15:08 PMI'm working on proper .app launcher, plan to release in next couple of days.Sounds great thank you.