Initial commit: Komga docker-compose configuration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
config/
|
||||
.DS_Store
|
||||
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
komga:
|
||||
image: gotson/komga
|
||||
container_name: komga
|
||||
ports:
|
||||
- "25600:25600"
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /Volumes/Comic:/data/comics
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
- SERVER_PORT=25600
|
||||
restart: unless-stopped
|
||||
user: "501:20"
|
||||
Reference in New Issue
Block a user