Docker + nginx + MySQL + PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
312 B

10 months ago
version: '3.3'
services:
xcdn:
image: helloz/xcdn:xcdn202111172143
#environment:
network_mode: "host"
volumes:
- ../wwwroot:/var/www/html
- ./data:/data/xcdn
- ./logs:/data/logs
- ./conf/nginx.conf:/usr/local/nginx/conf/nginx.conf
restart:
always