Skip to content
Discussion options

You must be logged in to vote

Docker Windows Example
Windows username: Mumu

Desired output path (example): C:\Users\Mumu\fooocus\outputs\ (create new folder)

  1. docker compose.yaml (file in the main directory)
    .
    .
    volumes:
    • fooocus-data:/content/data
    • "C:/Users/Mumu/fooocus/outputs:/content/data/outputs" <- notes
      .
      .

then
docker-compose down
docker-compose up -d

*notes: add this, dont change other lines. make sure it is aligned with docker syntax
you should be able to see all output files in /outputs/ folder as it became a mount now

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mashb1t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants