leo

Results 7 issues of leo

## In entrypoint script `launch.sh` By using `exec "$@"` at the end, `nginx` will be `PID 1` inside the docker container, instead of `/bin/sh`. It also allows kill signals to...

Currently `-f` can only take one file. Would be nice if one could practice against a multiple files e.g. `-f foo bar` or `-f foo,bar` etc.

Rename the repository to PSCloudFlare to be consistent with Module name casing. This tripped me on *nix (where folders are case sensitive), when I did a `git clone` and used...

# Scope Add new function Purge-CFFile.ps1 with docs, and an example # Limitations The function name starts with `Purge` and hence does not comply to the naming conventions of Powershell....

Older version of `curl` might output HTTP headers in uppercase, causing `COMPOSE_SWITCH_VERSION` to be empty and the install script to fail with `404`: ```sh $ curl -sI https://github.com/docker/compose-switch/releases/latest HTTP/1.1 302...

This adds a multiarch docker image, based on previous work in #245. Since I'm not an approved collaborator on this repo with read access to repository secrets, the CI will...