Posts
Nextcloud in Docker
by danaukes
docker-compose
```yaml version: '2'
volumes: nextcloud: db:
services: db: image: mariadb:10.5 ...
NginX docker config
by danaukes
docker compose:
```yaml version: "3.9" services: test: image: nginx:latest ports: ...
PiHole Setup
by danaukes
docker compose
```yaml version: "3"
More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services: pihole: ...
Start docker automatically as a ```systemd``` service
by danaukes
Docker Compose Example
copy and paste the folowing text into a new file called ~/script.sh
```bash
!/bin/bash
SERVICENAME=$(basename ...
Using tailscale with docker
by danaukes
- Settings-->keys
- check reusable, ephemeral, pre-approved
- Copy the key
- paste the following in your bashrc
...
Enabling .NetFx 3.5 in windows 11
by danaukes
insert windows 11 installation media cdrom/iso
Make sure the command below points to the proper drive ...
Feature Test
by danaukes
Links
Here is one kind of [link][test]
Here is [my link][FOO]
This is a test of [[wiki ...