Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: selim13/docker-phpbb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fed1337/docker-phpbb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 21 files changed
  • 1 contributor

Commits on Jun 11, 2026

  1. Configuration menu
    Copy the full SHA
    b2c9bad View commit details
    Browse the repository at this point in the history
  2. Refactor phpBB Docker setup to use Nginx and MariaDB

    - Replaced Apache with Nginx for serving phpBB.
    - Updated Dockerfile to install Nginx and configure PHP-FPM.
    - Added MariaDB service to docker-compose for database management.
    - Modified environment variables for database configuration.
    - Updated README with new installation instructions and environment variable details.
    - Removed Apache configuration files and adjusted startup script for Nginx compatibility.
    fed1337 committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    f12ebb5 View commit details
    Browse the repository at this point in the history
  3. Replace deploy-docker-image workflow with a new release workflow for …

    …building and pushing Docker images to the GitHub Container Registry
    fed1337 committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    2f7657f View commit details
    Browse the repository at this point in the history
  4. - Multistage build

    - Introduced `compose.dev.yml` for local image building
    - Added `compose.prod.yml` to pull the published image from GitHub Container Registry
    fed1337 committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    0358c0e View commit details
    Browse the repository at this point in the history
Loading