Skip to content

Commit

Permalink
Set default values
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed May 29, 2024
1 parent c4a0203 commit ff6c650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
privileged: true
environment:
- BUILD=false # In case you want to re-generate a all the images, not recommended
- CLEAN=false # it remove the images directory
- UNATTENDED=true # UNATTENDED version
- BASE_OS=ubuntu # Base OS version (debian or ubuntu)
- CLEAN=true # it remove the images directory
- UNATTENDED=false # UNATTENDED version
- BASE_OS=debian # Base OS version (debian or ubuntu)
volumes:
- ./images:/images
- "/var/run/docker.sock:/var/run/docker.sock"

0 comments on commit ff6c650

Please sign in to comment.