Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Created June 22, 2023 13:57
Show Gist options
  • Save OSCUK/2fc55aa9547e98328b0c6eff757c7aec to your computer and use it in GitHub Desktop.
Save OSCUK/2fc55aa9547e98328b0c6eff757c7aec to your computer and use it in GitHub Desktop.
ReDiary
version: "3"
services:
gans:
image: aceberg/rediary
restart: unless-stopped
ports:
- 8847:8847
volumes:
- /home/docker/rediary:/data/rediary
environment:
TZ: Europe/London
DB: "/data/rediary/sqlite.db"
HOST: "0.0.0.0"
PORT: "8847"
THEME: "minty"
@OSCUK
Copy link
Author

OSCUK commented Jun 22, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment