mirror of
https://github.com/wallabag/docker.git
synced 2026-02-27 20:27:40 +01:00
Compare commits
6 Commits
2.6.11
...
d771027440
| Author | SHA1 | Date | |
|---|---|---|---|
| d771027440 | |||
| 84756ac1fd | |||
| 60ce6d2e4f | |||
| b228deb919 | |||
| 52afa94c77 | |||
| 0308a36de0 |
@ -13,7 +13,7 @@ FROM alpine:3.18
|
||||
|
||||
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
|
||||
|
||||
ARG WALLABAG_VERSION=2.6.11
|
||||
ARG WALLABAG_VERSION=2.6.12
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache \
|
||||
@ -32,6 +32,7 @@ RUN set -ex \
|
||||
php81-iconv \
|
||||
php81-json \
|
||||
php81-mbstring \
|
||||
php81-opcache \
|
||||
php81-openssl \
|
||||
php81-pecl-amqp \
|
||||
php81-pecl-imagick \
|
||||
|
||||
@ -36,7 +36,6 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::0]:80;
|
||||
server_name _;
|
||||
root /var/www/wallabag/web;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user