We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44b06d commit bf99570Copy full SHA for bf99570
exc-docker/init-script.sh
@@ -44,7 +44,7 @@ docker run -d -p 9000:9000 -p 9443:9443 \
44
portainer/portainer-ce:latest \
45
--sslcert /certs/wildcard_fullchain.crt \
46
--sslkey /certs/wildcard.key \
47
- --tlscacert /cert/rootCA.crt
+ --tlscacert /certs/rootCA.crt
48
# little tip: in order to debug portainer behavior, add --log-level=DEBUG
49
50
# let's add portainer agent as well in case you already have an existing portainer somewhere
0 commit comments