# Building and running TNG with the help of Docker Compose Rename example.env to .env and change "TNG_DOWNLOADURL" to your own download URL. Build and start TNG ``` cd /folder/with/files/docker-tng docker-compose up -d ``` # current downsides of using TNG this way - The "tng" volume will be filled with the website on first start but won't be updated when you rebuild the image. A similar approach as the official Wordpress Docker image should be realised. - Only a docker volume can be used (no mounted volume) because a Docker volume will be filled with data at first start, a mounted volume won't.