-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
call the signup script if FR24_SIGNUP env is set
The old method via entry point no longer works because of the recent s6 changes. Signed-off-by: Dirk Hohndel <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ docker run \ | |
-e FEEDER_LONG="YOUR_FEEDER_LONG" \ | ||
-e FEEDER_ALT_FT="YOUR_FEEDER_ALT_FT" \ | ||
-e FR24_EMAIL="[email protected]" \ | ||
--entrypoint /scripts/signup.sh \ | ||
-e FR24_SIGNUP=1 \ | ||
ghcr.io/sdr-enthusiasts/docker-flightradar24:latest | ||
``` | ||
|
||
|
@@ -55,6 +55,8 @@ Take a note of the sharing key, as you'll need it when launching the container. | |
|
||
### Manual Method | ||
|
||
### THIS APPEARS TO BE BROKEN FOR NOW | ||
|
||
If the script method fails (please let me know so I can fix it), you can sign up manually. | ||
|
||
Temporarily run the container with the following command: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters