mirror of
https://github.com/wallabag/docker.git
synced 2026-02-23 10:17:34 +01:00
Compare commits
2 Commits
2.6.13
...
bf30e552c2
| Author | SHA1 | Date | |
|---|---|---|---|
| bf30e552c2 | |||
| 424642d3b9 |
@ -83,6 +83,8 @@ ENV PATH="${PATH}:/var/www/wallabag/bin"
|
||||
# Set console entry path
|
||||
WORKDIR /var/www/wallabag
|
||||
|
||||
HEALTHCHECK CMD curl --fail --silent --show-error --user-agent healthcheck http://localhost/api/info || exit 1
|
||||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["wallabag"]
|
||||
|
||||
Reference in New Issue
Block a user