Replies: 1 comment 1 reply
-
|
@ruic1968, can you please give some more information, is there any further information in the container? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to deploy using Portainer and keep getting the above error. Any ideas? Here is the section of the compose file:
Certificate generator - runs once to create self-signed certs with SANs
certgen:
image: alpine:latest
container_name: timetracker-certgen-remote
volumes:
- ./nginx/ssl:/certs
- ./scripts:/scripts:ro
environment:
- HOST_IP=192.168.0.80
command: sh /scripts/generate-certs.sh
restart: "no"
Beta Was this translation helpful? Give feedback.
All reactions