services: php: image: serversideup/php:8.5-fpm-nginx ports: - "81:8080" environment: # Customize PHP with environment variables PHP_OPCACHE_ENABLE: "1" PHP_MEMORY_LIMIT: "512M" deploy: resources: limits: memory: 512M volumes: - /volume1/docker/lemp:/var/www/html