# Sample docker-compose.yml file for autofc2
# Check the README for more information
version: '3'
services:
  autofc2:
    image: ghcr.io/holoarchivists/fc2-live-dl:latest
    command: autofc2
    volumes:
    - ./autofc2.json:/app/autofc2.json:ro
    - ./recordings:/recordings
    restart: unless-stopped
    environment:
    # Feel free to update this to your local timezone. This setting influences
    # the timestamps on the program's logs.
    - TZ=Asia/Tokyo