mirror of
https://github.com/wallabag/docker.git
synced 2026-02-27 20:27:40 +01:00
Compare commits
4 Commits
2.6.12
...
d771027440
| Author | SHA1 | Date | |
|---|---|---|---|
| d771027440 | |||
| 84756ac1fd | |||
| 60ce6d2e4f | |||
| 0308a36de0 |
@ -32,6 +32,7 @@ RUN set -ex \
|
|||||||
php81-iconv \
|
php81-iconv \
|
||||||
php81-json \
|
php81-json \
|
||||||
php81-mbstring \
|
php81-mbstring \
|
||||||
|
php81-opcache \
|
||||||
php81-openssl \
|
php81-openssl \
|
||||||
php81-pecl-amqp \
|
php81-pecl-amqp \
|
||||||
php81-pecl-imagick \
|
php81-pecl-imagick \
|
||||||
|
|||||||
@ -36,7 +36,6 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::0]:80;
|
|
||||||
server_name _;
|
server_name _;
|
||||||
root /var/www/wallabag/web;
|
root /var/www/wallabag/web;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user