1.1 KiB
1.1 KiB
Upstream sources — custom-html-tiny
| service | image | source repo | releases / changelog |
|---|---|---|---|
| app | joseluisq/static-web-server | https://github.com/static-web-server/static-web-server | https://github.com/static-web-server/static-web-server/releases |
| git | alpine/git | https://github.com/alpine-git/alpine-git | https://hub.docker.com/r/alpine/git/tags |
Standing notes
gitservice is incompose.git-pull.yml(optional overlay for periodic git-pull into the content volume); it is not in the basecompose.yml.- static-web-server v2.41.0:
--ignore-hidden-filesand--disable-symlinksbecame enabled by default. No compose change needed as the recipe uses explicit-dand not hidden files/symlinks in standard config. Operators relying on those features should add--ignore-hidden-files=false/--disable-symlinks=falseto the app command. - static-web-server v2.40.0: Default serving directory changed from
/publicto/var/publicfor rootless images. No impact — recipe passes-dexplicitly.