bring up all of the application containers with branch fixes-8.1.1
Closed this issue · 2 comments
freshpomelo commented
freshpomelo commented
I comment these code below in the file "jacs-cm/deployments/jacs/docker-compose-app.yml"
106 #jacs-dashboard:
107 # Nginx must run as root
108 #image: ${NAMESPACE}/jacs-dashboard:latest
109 #expose:
110 # - "8080"
111 #restart: unless-stopped
112 #networks:
113 # - jacs-net
I don't know whether I did the right option or not.
krokicki commented
Yes, that's a good workaround for now. We're currently working on fixing this, by externalizing the jacs-dashboard config. It will work in the next release (8.4).