docker pull ghcr.io/orvice/apache-base-docker:master
web:
image: ghcr.io/orvice/apache-base-docker:master
restart: always
volumes:
- /var/data/www:/var/www/html
container_name: web
FROM ghcr.io/orvice/apache-base-docker:master