mirror of
https://github.com/wallabag/docker.git
synced 2026-02-23 18:27:33 +01:00
Compare commits
2 Commits
2.6.12
...
a9203188f7
| Author | SHA1 | Date | |
|---|---|---|---|
| a9203188f7 | |||
| 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