Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Docker Compose In Documentation #638

Open
spencerthayer opened this issue Mar 5, 2023 · 1 comment
Open

Include Docker Compose In Documentation #638

spencerthayer opened this issue Mar 5, 2023 · 1 comment

Comments

@spencerthayer
Copy link

It's clear that Flood can be ran in docker using a compose file given the discussion in issue #120 so why hasn't this been officially documented?

services:
  flood:
    hostname: flood
    image: docker.io/jesec/flood
    user: 1000:1001
    restart: unless-stopped
    command: --port 3001 --allowedpath /data
    environment:
      HOME: /config
    volumes:
      - /home/jc/dlconfig:/config
      - /mnt/data0:/data
    ports:
      - 127.0.0.1:3001:3001
@H4nks
Copy link

H4nks commented Mar 30, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants