Skip to content

Commit d6d1c1a

Browse files
committed
Updates raspberry pi docker compose in documentation
1 parent 6795815 commit d6d1c1a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/setup/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,15 @@ services:
122122
depends_on:
123123
- db
124124
db:
125-
image: ghcr.io/linuxserver/mariadb
125+
image: yobasystems/alpine-mariadb:latest
126126
restart: unless-stopped
127127
environment:
128-
PUID: 1001
129-
PGID: 1001
130-
TZ: "Europe/London"
131128
MYSQL_ROOT_PASSWORD: "changeme"
132129
MYSQL_DATABASE: "npm"
133130
MYSQL_USER: "changeuser"
134131
MYSQL_PASSWORD: "changepass"
135132
volumes:
136-
- ./data/mariadb:/config
133+
- ./data/mariadb:/var/lib/mysql
137134
```
138135

139136
_Please note, that `DB_MYSQL_*` environment variables will take precedent over `DB_SQLITE_*` var>

0 commit comments

Comments
 (0)