mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
includes small update to retain mysql data locally, also includes update script
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
- "3306:3306"
|
||||
volumes:
|
||||
- "./docker/database/:/docker-entrypoint-initdb.d/"
|
||||
- "./docker/database/mysql:/var/lib/mysql"
|
||||
environment:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
||||
MYSQL_DATABASE: "fleetbase"
|
||||
|
||||
Reference in New Issue
Block a user