version: "3" services: wiki: image: ghcr.io/requarks/wiki:2 restart: unless-stopped ports: - 8090:3000 volumes: - ./app/config.yml:/wiki/config.yml