version: '3' services: php-nginx: container_name: ippheasant image: trafex/php-nginx ports: - "8077:8080" volumes: - /mnt/cephfs/docker-storage/ippheasant/www:/var/www/html env_file: - system.env restart: always