Last edited:
Hi community,
I'm quite new to the container topic on Synology, so I have a few questions about my issue.
A bit more context on the use-case: I intend to run an Apache2 instance as a container, which is more customizable than the native Apache2 package. Because the native package has content compression enabled by default, and I didn't find a way to disable compression for already compressed files (e.g. tgz).
Long story short, I found that the ubuntu/apache2 image from Docker Hub seems suitable for my use case.
The image has been downloaded in Container Manager and a container has been spun up with the following folder/file mappings (apache2.conf exists in the Syno folder):
Does someone know what I did wrong?
I'm quite new to the container topic on Synology, so I have a few questions about my issue.
A bit more context on the use-case: I intend to run an Apache2 instance as a container, which is more customizable than the native Apache2 package. Because the native package has content compression enabled by default, and I didn't find a way to disable compression for already compressed files (e.g. tgz).
Long story short, I found that the ubuntu/apache2 image from Docker Hub seems suitable for my use case.
The image has been downloaded in Container Manager and a container has been spun up with the following folder/file mappings (apache2.conf exists in the Syno folder):
- /volume1/docker/<name>/html:/var/www/html:ro
- /volume1/docker/<name>/apache2/apache2.conf:/etc/apache2/apache2.conf:ro
Does someone know what I did wrong?