docker-image-nginx/docker-compose.yaml

9 lines
179 B
YAML
Raw Permalink Normal View History

2023-11-02 12:39:54 +03:00
version: '3.8'
services:
nginx-php7:
image: mkz/nginx-php7:latest
volumes:
- ./path-to-site/:/var/www/html
ports:
- "8081:80"
restart: unless-stopped