Skip to content

Instantly share code, notes, and snippets.

View lovemycodesnippets's full-sized avatar

The New Stack lovemycodesnippets

View GitHub Profile
---
services:
grocy:
image: lscr.io/linuxserver/grocy:latest
container_name: grocy
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
docker pull ghcr.io/bitwarden/self-host:sha256-6f575e9af6ba3c4632f32497b5c73696e92e8b077f3083e4d753c2c14c70bbe6.sig
docker pull chrisvel/tududi:latest
docker run -d -p 8080:80 nextcloud
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"