Add php73/run.yaml

This commit is contained in:
2024-06-19 02:45:13 +01:00
parent c92edd376e
commit 6cc12b4b4a
+23
View File
@@ -0,0 +1,23 @@
services:
php73:
hostname: php73
container_name: php73
image: php:7.3.33-fpm-bullseye
restart: always
privileged: true
volumes:
- /srv:/srv:rw
- /apps_data/php73/config/etc:/apps_data/php73/config/etc:rw
dns:
- "1.1.1.1"
- "1.1.0.0"
ulimits:
nproc: 65535
cap_add:
- "ALL"
networks:
web:
ipv4_address: 172.28.32.73
networks:
web:
external: true