Skip to content

Commit

Permalink
Use GHM alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Feb 1, 2024
1 parent e6093bb commit 55a0db4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/yourls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ docker run \

Then, access it via `http://localhost:8080/admin/` or `http://<host-ip>:8080/admin/` in a browser.

> **Note** On first instantiation, reaching the root folder will generate an error. Access the YOURLS administration interface via the path `/admin/`.
> [!Note]
> On first instantiation, reaching the root folder will generate an error. Access the YOURLS administration interface via the path `/admin/`.
## Environment Variables

Expand Down Expand Up @@ -182,7 +183,8 @@ Some potentially helpful resources:
- [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)
- [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress)

> **Warning** The FastCGI protocol is inherently trusting, and thus _extremely_ insecure to expose outside of a private container network -- unless you know _exactly_ what you are doing (and are willing to accept the extreme risk), do not use Docker's `--publish` (`-p`) flag with this image variant.
> [!Warning]
> The FastCGI protocol is inherently trusting, and thus _extremely_ insecure to expose outside of a private container network -- unless you know _exactly_ what you are doing (and are willing to accept the extreme risk), do not use Docker's `--publish` (`-p`) flag with this image variant.

### `yourls:<version>-alpine`

Expand Down

0 comments on commit 55a0db4

Please sign in to comment.