Skip to content

Commit

Permalink
revert unattended default
Browse files Browse the repository at this point in the history
  • Loading branch information
3alpha authored and dappnodedev committed Dec 13, 2023
1 parent 42cb169 commit 744299c
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 744299c

Please sign in to comment.