VIAaaS as a Docker Container
-
Download the
docker-compose.ymlanddocker.envfiles:wget https://github.com/KiyoNetcat/docker-viaaas/raw/main/docker-compose.yml wget https://github.com/KiyoNetcat/docker-viaaas/raw/main/docker.env -
Edit
docker.envto fit your preferences. -
After that, start the container with this command:
docker compose up -d -
To stop the server, use this command:
docker compose down -
To update the image, use this command:
docker compose pull