docker-typo3 icon indicating copy to clipboard operation
docker-typo3 copied to clipboard

no easy way to modify .htaccess

Open oliverrahner opened this issue 3 years ago • 1 comments

Thanks for these scripts, I was really surprised to learn that even nowadays, there are no official typo3 images...

I came across the issue that I need to modify some of the default .htaccess settings, but short of modifying the file in the image directly or modify the Dockerfile, I found no possibility.

I'd vote to put them in the typo3conf volume, for simplicity's sake, and have the symlink point there.

I could provide a PR if that solution is acceptable.

oliverrahner avatar Feb 17 '22 14:02 oliverrahner

Or simply use a bind-mount.

lonesomewalker avatar Jun 08 '22 11:06 lonesomewalker