Skip to content

Instantly share code, notes, and snippets.

@RexYuan
Created June 4, 2024 22:07
Show Gist options
  • Save RexYuan/1ed9f5100e0637f9f4abddc827af405a to your computer and use it in GitHub Desktop.
Save RexYuan/1ed9f5100e0637f9f4abddc827af405a to your computer and use it in GitHub Desktop.
version: '3'
services:
lanraragi:
container_name: lanraragi
image: difegue/lanraragi
ports:
- "3000:3000"
volumes:
- [YOUR_CONTENT_DIRECTORY]:/home/koyomi/lanraragi/content
- [YOUR_DATABASE_DIRECTORY]:/home/koyomi/lanraragi/database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment