diff --git a/README.md b/README.md index c6ea0ee..7d04447 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Domain where the cops instance is reachable. Website title. # Ports -- 80 +- 8080 diff --git a/rootfs/etc/confd/templates/cops.conf.tmpl b/rootfs/etc/confd/templates/cops.conf.tmpl index 3cc3cd2..7f65555 100644 --- a/rootfs/etc/confd/templates/cops.conf.tmpl +++ b/rootfs/etc/confd/templates/cops.conf.tmpl @@ -6,7 +6,7 @@ upstream php { } server { - listen 80; + listen 8080; server_name {{getenv "DOMAIN"}};