Created
June 4, 2024 22:07
-
-
Save RexYuan/1ed9f5100e0637f9f4abddc827af405a to your computer and use it in GitHub Desktop.
[Difegue/LANraragi](https://github.com/Difegue/LANraragi)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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