Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
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: shrink/docker-php-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: shrink/docker-php-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    c293faf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    37b3cf1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    58304df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce5eb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c22be77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a146ef View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    a95c225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12bd8dd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    d4787d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876ce1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad35e71 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    8fb8fb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    9ec19a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39328e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    3d3008b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. fix: Allow php-fpm to run as root (#32)

    The container should run as `nobody` (as is specified within the Dockerfile) but it's possible that a use-case may require the container run as root. The decision of which user to run as should not be blocked by php-fpm: without `--allow-to-run-as-root` it is not possible to use this image when running as root.
    shrink authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    aea6a75 View commit details
    Browse the repository at this point in the history
Loading