This commit is contained in:
root
2024-08-10 21:04:12 -05:00
parent 5e64a11c79
commit 2c96e994dc
14 changed files with 588 additions and 156 deletions
+26
View File
@@ -0,0 +1,26 @@
services:
php82:
hostname: php82
container_name: php82
# image: php:8.2.16-fpm-bullseye
image: php82
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