mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-20 10:21:32 +00:00
Use newer format for dockerfile-frankenphp
This commit is contained in:
parent
1f0d720ace
commit
5c95813854
1 changed files with 2 additions and 2 deletions
|
|
@ -135,8 +135,8 @@ VOLUME ["/var/www/html/uploads", "/var/www/html/public/media"]
|
|||
HEALTHCHECK --start-period=60s CMD curl -f http://localhost:2019/metrics || exit 1
|
||||
|
||||
# See https://caddyserver.com/docs/conventions#file-locations for details
|
||||
ENV XDG_CONFIG_HOME /config
|
||||
ENV XDG_DATA_HOME /data
|
||||
ENV XDG_CONFIG_HOME=/config
|
||||
ENV XDG_DATA_HOME=/data
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue