From: Georgios Kontaxis Date: Mon, 15 Dec 2025 16:21:33 +0000 (+0000) Subject: Use the non-privileged port in examples/docker-compose-nonroot X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=refs%2Fheads%2Fnonroot-fix-nonprivileged-port;p=roundcube-roundcubemail-docker.git Use the non-privileged port in examples/docker-compose-nonroot --- diff --git a/examples/docker-compose-nonroot.yaml b/examples/docker-compose-nonroot.yaml index 24e05f7..2f081fc 100644 --- a/examples/docker-compose-nonroot.yaml +++ b/examples/docker-compose-nonroot.yaml @@ -6,7 +6,7 @@ services: - ./db/sqlite:/var/roundcube/db - ./nonroot-custom-php-config.ini:/usr/local/etc/php/conf.d/nonroot-custom-php-config.ini ports: - - 9003:80 + - 9003:8000 environment: - ROUNDCUBEMAIL_DEFAULT_HOST=tls://mail.example.org - ROUNDCUBEMAIL_SMTP_SERVER=tls://mail.example.org