mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Updated doc and example to use jc21/mariadb-aria now that it supports multiple arch
This commit is contained in:
		| @@ -74,7 +74,7 @@ services: | ||||
|     depends_on: | ||||
|       - db | ||||
|   db: | ||||
|     image: mariadb:latest | ||||
|     image: jc21/mariadb-aria:latest | ||||
|     restart: always | ||||
|     environment: | ||||
|       MYSQL_ROOT_PASSWORD: "npm" | ||||
|   | ||||
| @@ -17,7 +17,7 @@ services: | ||||
|     # if you want pretty colors in your docker logs: | ||||
|     - FORCE_COLOR=1 | ||||
|   db: | ||||
|     image: mariadb:latest | ||||
|     image: jc21/mariadb-aria:latest | ||||
|     restart: always | ||||
|     environment: | ||||
|       MYSQL_ROOT_PASSWORD: "npm" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user