Jared Smith
3 years ago
1 changed files with 2 additions and 2 deletions
@ -1,10 +1,10 @@
|
||||
version: '3.1' |
||||
services: |
||||
db: |
||||
image: linuxserver/mariadb |
||||
image: mariadb |
||||
restart: always |
||||
ports: |
||||
- 3306:3306 |
||||
environment: |
||||
- MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD} |
||||
command: mariadbd --user=root --log-bin --binlog-format=MIXED --log-basename=1001 --server-id=1001 |
||||
command: --user=root --log-bin --binlog-format=MIXED --log-basename=1001 --server-id=1001 |
Loading…
Reference in new issue