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
It starts fine the first time when I do docker-compose up. But when trying to start the container after shutting it down, I always get the following error:
> docker-compose up
Starting ikiwiki_ikiwiki_1 ... done Attaching to ikiwiki_ikiwiki_1
ikiwiki_1 | /
ikiwiki_1 | fatal: destination path '/var/www/wiki.git' already exists and is not an empty directory.
ikiwiki_ikiwiki_1 exited with code 128
The text was updated successfully, but these errors were encountered:
I'm running the image using a simple docker-compose file:
It starts fine the first time when I do docker-compose up. But when trying to start the container after shutting it down, I always get the following error:
The text was updated successfully, but these errors were encountered: