https://github.com/driftywinds/syncplay-server-docker
Everything relating to dockerizing the syncplay server
https://github.com/driftywinds/syncplay-server-docker
Last synced: 11 days ago
JSON representation
Everything relating to dockerizing the syncplay server
- Host: GitHub
- URL: https://github.com/driftywinds/syncplay-server-docker
- Owner: driftywinds
- Created: 2025-03-08T03:37:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T03:52:01.000Z (3 months ago)
- Last Synced: 2025-05-08T05:02:51.374Z (16 days ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An arm64 docker image for the [Syncplay Server](https://github.com/Syncplay/syncplay) made by drifty
The official images do not exist, so I created a Dockerfile and other related files to create an arm64 image, and published my built images also of course. Useful for anyone with an arm64 processor who wants to run Syncplay. The Dockerfile can be used to build containers for other architectures too, I got yall covered.
Also available on Docker Hub - [```driftywinds/syncplay-server:latest```](https://hub.docker.com/repository/docker/driftywinds/syncplay-server/general)
How to build for other architectures manually: -
1. Clone this repo or manually download the Dockerfile and the entrypoint.sh files.
2. Run this command ```docker build . -t driftywinds/syncplay-server```.How to use: -
1. Clone this repo or download the compose.yml file.
2. (Optional) Edit the compose file to include any flags you want syncplay to run with in the environment section.
3. Run ```docker compose up -d```.
4. Run ```docker logs -f ``` (replace the container name) and you can see the salt that the server gives you, which can be important for syncplay reasons.
5. Voila your server is running on port 8999 (by default).