Docker-Webstack
Docker-Webstack copied to clipboard
A webstack container built on Alpine, running Nginx, PHP, and S6-overlay.
It seems like nginx now stores the config of the default.conf site in http.d instead of conf.d . Which causes nginx to shutdown with the following error > 2022/07/24 18:48:00...
## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...
This is a first step into moving to the new S6 v3 definitions
it would be nice to have a script with runs `envsubst` on nginx config files, like the official nginx image has. perhaps, their script could be adopted w/o major rewrites.
## Issue When building the container, I run into the error `ln: /usr/bin/php: File exists`. This was not the case before yesterday! What is going on? ## Reason As of...
When I use the flowing compose file to create a container, i got an error message as shown in the screenshot. can you tell me the reason and how to...
As documented in S6-overlay website
The Dockerfiles used `BUILDPLATFORM` to choose the s6-overlay arch, but it needs to be the `TARGETPLATFORM` to work properly. Tested with M1 mac and ubuntu 24.04 (arm - ampere). fixes...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ubuntu](https://redirect.github.com/actions/runner-images) | github-runner | major | `22.04` -> `24.04` | --- ### Configuration...