Skip to content

Commit aaafb0b

Browse files
authored
Merge pull request #2182 from nodiscc/fix-docker-s6-path
docker: fix /bin/s6-svscan: no such file or directory when starting the container
2 parents e28b59e + 41746f7 commit aaafb0b

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.docker/services.d/php-fpm/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/execlineb -P
2-
php-fpm82 -F
2+
php-fpm84 -F

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1121
Small release focused on infrastructure/CI improvements and Docker/security updates.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ VOLUME /var/www/shaarli/data
7272

7373
EXPOSE 80
7474

75-
ENTRYPOINT ["/bin/s6-svscan", "/etc/services.d"]
75+
ENTRYPOINT ["/usr/bin/s6-svscan", "/etc/services.d"]
7676
CMD []

0 commit comments

Comments
 (0)