Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 559 Bytes

README_en.md

File metadata and controls

12 lines (11 loc) · 559 Bytes

Introduce

This is a project that makes the open source project tweb on github into a docker image, which is used to set up on your own slag machine. I checked dockerhub and couldn’t find it. used it, so I made one myself

Usage

Clone this project locally, then

docker build -t <image name:label> -f ./tweb_build .
#Modify the content in tweb.yml according to your own ideas
docker-compose -f tweb.yml up -d

If you have not made any changes, you should be able to use it through 127.0.0.1:8080

Enjoy!!