version: '3' services: website-WHAT_CONTAINER_NAME: container_name: WHAT_CONTAINER_NAME #image: yeasy/simple-web image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest ports: - 'ALLOCATED_PORT:80' restart: always volumes: ['DESTINATION_FOLDER:/var/www/html'] environment: - APACHE_RUN_USER=1000 - APACHE_RUN_GROUP=1000 networks: - sitenet networks: sitenet: