From 9e4eb6a4b546fdfc192c28457dd834e0c9a27849 Mon Sep 17 00:00:00 2001 From: Varakh Date: Fri, 18 Jan 2019 18:01:37 +0100 Subject: [PATCH] Add docker image example with docker-compose --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a41c2b..48a7abc 100755 --- a/README.md +++ b/README.md @@ -28,8 +28,10 @@ There's an example `docker-compose.yml` in the `docker-compose/` directory. Plea From the example: * Copy `docker-compose/env` file to `config/env` +* Build the docker image from the project home with `docker build -t ts3web:latest -f docker/Dockerfile .` * Change directory to `docker-compose/` folder * Execute `docker-compose up -d` +* Everything should be up and running. Point your browser to `8181` to see the web interface, look into the logs for a teamspeak serveradmin login. #### Upgrade