version: '3' services: apache: volumes: - ./images:/usr/local/apache2/htdocs/images/ build: context: . dockerfile: Dockerfile ports: - "8080:80"