You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use the image "v2" with ID 60d4b91e68fa87d28fe6100758ab5d57b26a0cafdf89e68908a2b6bbf912fca5
I try to run apache in SSL mode.
I can't add my server.crt and server.key with the docker-compose, volumes
WARNING: Service "reg-ui" is using volume "/etc/apache2/server.key" from the previous container. Host mapping ".../domain.key" has no effect. Remove the existing containers (with docker-compose rm reg-ui) to use the host volume mapping.
or with a Dockerfile COPY to make my own image.
ERROR: for reg-ui Cannot create container for service reg-ui: cannot mount volume over existing file, file exists /var/lib/docker/overlay2/0ee143c8a3e72cd9de515753a710d84503cd3e891016367d776741796a7b46e9/merged/etc/apache2/server.crt
I think it's because /etc/apache2/server.crt and /etc/apache2/server.key are folders ?
Is it normal ?
BR,
The text was updated successfully, but these errors were encountered:
Hi,
I use the image "v2" with ID 60d4b91e68fa87d28fe6100758ab5d57b26a0cafdf89e68908a2b6bbf912fca5
I try to run apache in SSL mode.
I can't add my server.crt and server.key with the docker-compose, volumes
or with a Dockerfile COPY to make my own image.
I think it's because /etc/apache2/server.crt and /etc/apache2/server.key are folders ?
Is it normal ?
BR,
The text was updated successfully, but these errors were encountered: