unsubbed.co

docker-php-startpage

Docker-php-startpage lets you run PHP-based startpage and status monitor in Docker entirely on your own server.

Overview

Runs a PHP-based startpage in Docker Runs a PHP-based startpage in Docker. Contribute to loganmarchione/docker-php-startpage development by creating an account on GitHub. The project has 64 GitHub stars and is licensed under MIT.

Getting Started

Source: GitHub README

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

Normalized Features

Source: tool-features-normalized.json

docker, docker compose.