upgrade garage to v2.2.0, add /media/ proxy to nginx
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:3.21 AS base
|
||||
RUN apk add --no-cache gettext
|
||||
|
||||
FROM base
|
||||
COPY --from=dxflrs/garage:v1.0.1 /garage /garage
|
||||
COPY --from=dxflrs/garage:v2.2.0 /garage /garage
|
||||
COPY garage.toml /etc/garage.toml.tpl
|
||||
|
||||
CMD envsubst < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server
|
||||
|
||||
Reference in New Issue
Block a user