From 0ccfa874fc4c328be96a94646daf46fcc335e423 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 6 Sep 2021 22:03:01 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adee821..d34e92b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # docker-netbootxyz +[![Build Status](https://github.com/netbootxyz/docker-netbootxyz/workflows/build/badge.svg)](https://github.com/netbootxyz/docker-netbootxyz/actions?query=workflow%3Abuild) +[![Discord](https://img.shields.io/discord/425186187368595466)](https://discord.gg/An6PA2a) + ## Overview The netboot.xyz docker image allows you to easily set up a local instance of netboot.xyz with a single command. The container is built from Alpine Linux and contains several components: @@ -67,12 +70,6 @@ docker-compose pull netbootxyz # pull the latest image down docker-compose up -d netbootxyz # start containers in the background ``` -Once the container is started, the netboot.xyz web application can be accessed by the web configuration interface at http://localhost:3000 or via the specified port. - -Downloaded web assets will be available at http://localhost:8080 or the specified port. If you have specified the assets volume, the assets will be available at http://localhost:8080. - -If you wish to start over from scratch, you can remove the local configuration folders and upon restart of the container, it will load the default configurations. - ### Accessing the container services Once the container is started, the netboot.xyz web application can be accessed by the web configuration interface at http://localhost:3000 or via the specified port.