lscr.io/linuxserver/babybuddy:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.<your-ip>:8000
(or whichever host port is mapped in docker arguments). The default user/pass are admin:admin
.<external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.-p
)8000
-e
)TZ=Europe/London
CSRF_TRUSTED_ORIGINS=http://127.0.0.1:8000,https://babybuddy.domain.com
-v
)/config
FILE__
.PASSWORD
based on the contents of the /run/secrets/mysecretpassword
file.-e UMASK=022
setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.docker exec -it babybuddy /bin/bash
docker logs -f babybuddy
docker inspect -f '{{ index .Config.Labels "build_version" }}' babybuddy
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/babybuddy:latest
CSRF_TRUSTED_ORIGINS
env var.WORKER_TIMEOUT
issue.