version: '3' services: startpage: container_name: docker-php-startpage restart: unless-stopped networks: - startpage ports: - '8888:80' volumes: - 'user_includes:/var/www/html/user_includes' image: loganmarchione/docker-php-startpage:latest networks: startpage: volumes: user_includes: driver: local