mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix windows WSL2 volume bug
parent
ba61ac46d1
commit
ab3f3f0633
|
@ -41,8 +41,8 @@ Check out these docs for more information.
|
||||||
> We're working on a migration guide, which will be released along with AquaDX v1 stable.
|
> We're working on a migration guide, which will be released along with AquaDX v1 stable.
|
||||||
|
|
||||||
1. Install [Docker](https://www.docker.com/get-started/)
|
1. Install [Docker](https://www.docker.com/get-started/)
|
||||||
2. Download or clone this repo. ([Download](https://github.com/hykilpikonna/AquaDX/archive/refs/heads/v1-dev.zip) or `git clone https://github.com/hykilpikonna/AquaDX`
|
2. Download or clone this repo. ([Download](https://github.com/hykilpikonna/AquaDX/archive/refs/heads/v1-dev.zip) or `git clone https://github.com/hykilpikonna/AquaDX`)
|
||||||
3. Run `docker-compose up` in the AquaDX folder.
|
3. Run `docker compose up` in the AquaDX folder.
|
||||||
|
|
||||||
### Usage (Stable Old Version)
|
### Usage (Stable Old Version)
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@ services:
|
||||||
MYSQL_PASSWORD: meow
|
MYSQL_PASSWORD: meow
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3369:3306"
|
- "127.0.0.1:3369:3306"
|
||||||
# There is an unfixed bug in Windows WSL2 that prevents volumes from working
|
volumes:
|
||||||
# properly with mariadb. Please uncomment this on Linux / MacOS.
|
- mariadb_data:/var/lib/mysql
|
||||||
# Check https://stackoverflow.com/questions/76711550/i-get-an-error-on-mariadb-allways-i-start-my-app
|
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./data/db:/var/lib/mysql
|
mariadb_data:
|
Loading…
Reference in New Issue