Geyser as a Docker Container
-
Download the
docker-compose.ymlfile:wget https://github.com/KiyoNetcat/docker-geyser/raw/main/docker-compose.yml -
Edit
docker-compose.ymlto 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