diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-29 14:59:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-29 14:59:04 +0300 |
commit | 620f2d21e52c369ecd22519c405955d193cc8c8e (patch) | |
tree | 8e1eb7066bc38b6973a51a4c8a9586ea7ace31d1 /README.md | |
parent | workflows/ci: rename to "CI" (diff) | |
download | fr24feed-620f2d21e52c369ecd22519c405955d193cc8c8e.tar.gz fr24feed-620f2d21e52c369ecd22519c405955d193cc8c8e.zip |
README: update
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -34,8 +34,8 @@ Start the containers using make pull && make up -You can now access the interactive map at http://0.0.0.0:8080/dump1090-fa/ and -the fr24feed web interface at http://0.0.0.0:8754/. +You can now access the interactive map at http://127.0.0.1:8080/dump1090-fa/ +and the fr24feed web interface at http://127.0.0.1:8754/. Stop the containers using @@ -80,8 +80,3 @@ The disadvantages of the approach taken are: [1]: https://mirailabs.io/blog/multiarch-docker-with-buildx/ [2]: https://lobradov.github.io/Building-docker-multiarch-images/ [3]: https://ownyourbits.com/2018/06/27/running-and-building-arm-docker-containers-in-x86/ - -### TODO - -* Docker Hub automated builds instead of Travis? -* docker-compose instead of docker buildx? |