From 93b80832851e540d6318cd08cbd88b3238dd3b05 Mon Sep 17 00:00:00 2001 From: "gitlab.com/pepa65" Date: Thu, 8 Sep 2022 09:40:56 +0700 Subject: [PATCH] Reorder readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7044726..9ad6437 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,6 @@ For php functionality, install `php-fpm` (on deb-based systems: ``` #!/usr/bin/env bash -### Docker -After cloning this repo and `cd streamupload`, a docker image can be built -from the included `Dockerfile` by: `docker build -t streamupload .`. -In the case of running on a LAN and not having a DNS A record, start it with: -`docker run -d -p 8080:80 -v $PWD/uploadpage:/var/www/uploadpage streamupload`. -In case of a domainname, replace `8080:80` by `443:443`. - # Make sure internet is reachable while ! /usr/bin/ping -q -c 1 1.1.1.1 &>/dev/null do sleep 1 @@ -76,6 +69,13 @@ sleep 1 ``` and make it executable: `chmod +x /root/Caddy`. +### Docker +After cloning this repo and `cd streamupload`, a docker image can be built +from the included `Dockerfile` by: `docker build -t streamupload .`. +In the case of running on a LAN and not having a DNS A record, start it with: +`docker run -d -p 8080:80 -v $PWD/uploadpage:/var/www/uploadpage streamupload`. +In case of a domainname, replace `8080:80` by `443:443`. + ## Usage * Get a streamkey for the target by scheduling a stream (supported are: Restream.io, YouTube.com, Facebook.com).