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