An ARM64 build of the official traggo/server image. https://hub.docker.com/r/traggo/server
10K+
This is intended to be a helpful image for using traggo/server on linux/arm64 processors such as the M series processors from Apple and/or Raspberry Pi machines.
You can use a docker-compose.yml file with the following configuration to get yourself a traggo server up and running.
version: "3.7"
services:
traggo:
image: ryangurn/traggo-server:latest
ports:
- 3030:3030
environment:
TRAGGO_DEFAULT_USER_NAME: "admin"
TRAGGO_DEFAULT_USER_PASS: "admin"
volumes:
- ./traggodata:/opt/traggo/data
Content type
Image
Digest
sha256:f58f9fa1e…
Size
6.3 MB
Last updated
over 2 years ago
docker pull ryangurn/traggo-server