Skip to content

Commit

Permalink
Changed default webtop
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor309 committed Dec 20, 2024
1 parent 5b96d5b commit ed45087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To setup the container, you can use the docker cli, or docker compose. Don't for
---
services:
webtop:
image: ghcr.io/tibor309/webtop:ubuntu-cinnamon
image: ghcr.io/tibor309/webtop:kubuntu
container_name: webtop
security_opt:
- seccomp:unconfined #optional
Expand Down Expand Up @@ -56,7 +56,7 @@ docker run -d \
--device /dev/dri:/dev/dri `#optional` \
--shm-size="1gb" `#optional` \
--restart unless-stopped \
ghcr.io/tibor309/webtop:ubuntu-cinnamon
ghcr.io/tibor309/webtop:kubuntu
```

## Config
Expand Down

0 comments on commit ed45087

Please sign in to comment.