diff -r 487ca37bb0c7 -r b833d7c72ea9 sbin/docker/nginx.php-fpm.conf --- a/sbin/docker/nginx.php-fpm.conf Wed Dec 11 11:02:15 2019 +0100 +++ b/sbin/docker/nginx.php-fpm.conf Wed Dec 11 11:04:27 2019 +0100 @@ -19,8 +19,8 @@ charset utf-8; server { - listen 80; - listen [::]:80; + listen 8080; + listen [::]:8080; server_name polemictweet.test;