Wingmk
Wingmk
@mediaessenz I changed the volumes inside the docker-compose.yaml from volumes: - ./app/:/app/:delegated to volumes: - ./app/config:/app/config - ./app/vendor:/app/vendor - ./app/web:/app/web This way the app folder itself and therefore the /var/...
@hhoechtl Does this setup work for you? It looks like the /app/var directory inside the container is not writable by the TYPO3 application. Having the folder empty on the clientside...
@hhoechtl can you put this inside a Dockerfile so this is executed on container creation? A manual chown would not be a great solution.
@hhoechtl I did some reading and I don't think this stops synchronising the /var folder. It instead pushes the volume location for synchronising the var folder to docker.