자유게시판

komga docker

페이지 정보

profile_image
작성자천사 조회 10,421회 작성일 2022-03-19 21:02:49 댓글 0

본문

---
version: '3.3'
services:
  komga:
    image: gotson/komga
    container_name: komga
    volumes:
      - type: bind
        source: /path/to/config
        target: /config
      - type: bind
        source: /path/to/data
        target: /data
      - type: bind
        source: /etc/timezone
        target: /etc/timezone
        read_only: true
    ports:
      - 8080:8080
    user: "1000:1000"
    # remove the whole environment section if you don't need it
    environment:
      - <ENV_VAR>=<extra configuration>
    restart: unless-stopped

댓글목록

등록된 댓글이 없습니다.

Copyright © Claw’s Lab · blog.batifa.com