Skip to content

Commit

Permalink
update readme with simple pre-install script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-ochoa committed Jul 21, 2024
1 parent c86453c commit 1e57eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ Please execute using command line:

```bash
rm -rf $HOME/daytona/
mkdir -p $HOME/daytona/.config/daytona/server/build
mkdir $HOME/daytona/.config/daytona/server/registry
mkdir -p $HOME/daytona/.config/daytona/providers
mkdir -p $HOME/daytona/
chown -R "$UID:$GID" $HOME/daytona/
```

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: "3"

services:
daytona-docker-extension:
environment:
- LOG_LEVEL=debug
- HOME=$HOME/daytona
image: ${DESKTOP_PLUGIN_IMAGE}
hostname: daytona-docker-extension
ports:
Expand All @@ -12,9 +15,6 @@ services:
- $HOME/daytona:$HOME/daytona
- headscale:$HOME/daytona/.config/daytona/server/headscale
- /var/run/docker.sock.raw:/var/run/docker.sock
environment:
- LOG_LEVEL=debug
- HOME=$HOME/daytona

volumes:
headscale:

0 comments on commit 1e57eae

Please sign in to comment.