1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Remove ipv6 to avoid fail when ipv6 is not defined

This commit is contained in:
Pando85
2020-04-13 20:00:11 +02:00
parent 2cd061f08d
commit b8ab40b6b4

View File

@@ -32,7 +32,6 @@ http {
server {
listen 80;
listen [::]:80;
server_name _;
root /var/www/wallabag/web;