์ž์œ ๊ฒŒ์‹œํŒ

  • komga docker

    ํŽ˜์ด์ง€ ์ •๋ณด

    profile_image
    ์ž‘์„ฑ์ž์ฒœ์‚ฌ ์กฐํšŒ 6,688ํšŒ ์ž‘์„ฑ์ผ 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

    ๋Œ“๊ธ€๋ชฉ๋ก

    ๋“ฑ๋ก๋œ ๋Œ“๊ธ€์ด ์—†์Šต๋‹ˆ๋‹ค.