File tree Expand file tree Collapse file tree
.docker/services.d/php-fpm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/bin/execlineb -P
2- php-fpm82 -F
2+ php-fpm84 -F
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77------------------------
88
9+ ## [ v0.16.1] ( https://github.com/shaarli/Shaarli/releases/tag/v0.16.1 ) - 2026-11-24
10+
11+ ### Fixed
12+
13+ * fix Docker container failing to start (` /bin/s6-svscan: no such file or directory ` )
14+
15+ ** Full Changelog** : https://github.com/shaarli/Shaarli/compare/v0.16.0...v0.16.1
16+
17+ ------------------------
18+
919## [ v0.16.0] ( https://github.com/shaarli/Shaarli/releases/tag/v0.16.0 ) - 2026-11-24
1020
1121Small release focused on infrastructure/CI improvements and Docker/security updates.
Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ VOLUME /var/www/shaarli/data
7272
7373EXPOSE 80
7474
75- ENTRYPOINT ["/bin/s6-svscan" , "/etc/services.d" ]
75+ ENTRYPOINT ["/usr/ bin/s6-svscan" , "/etc/services.d" ]
7676CMD []
You can’t perform that action at this time.
0 commit comments