Add php82/run.yaml

This commit is contained in:
2024-06-19 02:42:00 +01:00
commit 4f09914120
+25
View File
@@ -0,0 +1,25 @@
services:
php82:
hostname: php82
container_name: php82
image: php:8.2.16-fpm-bullseye
restart: always
privileged: true
volumes:
- /www:/www:rw
- /apps_data/php82/config/etc:/usr/local/etc:rw
# - /var/run/docker.sock:/var/run/docker.sock:rw
dns:
- "1.1.1.1"
- "1.1.0.0"
ulimits:
nproc: 65535
cap_add:
- "ALL"
command: php-fpm -y /usr/local/etc/php-fpm.conf -F -R
networks:
web:
ipv4_address: 172.28.32.82
networks:
web:
external: true