mirror of
https://github.com/wallabag/docker.git
synced 2026-02-27 04:07:36 +01:00
Compare commits
3 Commits
d771027440
...
c72489e69b
| Author | SHA1 | Date | |
|---|---|---|---|
| c72489e69b | |||
| dd237ec16e | |||
| 424642d3b9 |
@ -84,6 +84,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