Open rosiel opened 10 months ago
It seems that the docker-compose.code-server.yml
causes the Drupal container to be recreated and mounted on a new volume. This new volume isn't getting setup after the recreation thus the Drupal container's /var/www/drupal
folder is just empty which prompts that error.
I managed to get the code-server up and running by modifying these lines to mount the codebase folder instead.
With the first option presently using the long form volume spec, would it correspond to the consistency
key, for delegated
?
Further to the 3 or 4 existing "Code server is broken" issues:
I added
INCLUDE_CODE_SERVER_SERVICE=true
in my .env file and didmake pull
andmake up
as per the directions in ISLE-DC's readme.Result: 404's all around.
After undoing the process (setting the value to false and running
make pull
andmake up
) I got my site back.