Skip to content

Commit

Permalink
revert unattended default
Browse files Browse the repository at this point in the history
  • Loading branch information
3alpha committed Nov 28, 2023
1 parent 372d848 commit 2515c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
- BUILD=false # In case you want to re-generate a all the images, not recommended
- CLEAN=true # it remove the images directory
- UNATTENDED=true # UNATTENDED version
- UNATTENDED=false # UNATTENDED version
volumes:
- ./images:/images
- "/var/run/docker.sock:/var/run/docker.sock"

0 comments on commit 2515c28

Please sign in to comment.