Archived
1
0
Fork 0

Add docker image example with docker-compose

This commit is contained in:
Varakh 2019-01-18 18:01:37 +01:00
parent d42eaa9111
commit 9e4eb6a4b5

View file

@ -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