We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da8c9ee + 60f6b35 commit 84879bdCopy full SHA for 84879bd
2 files changed
docker-compose.yml
@@ -1,12 +1,8 @@
1
-version: "3.7"
2
-
3
services:
4
5
mysqldb:
6
image: mysql:9.0.1
7
container_name: BAR_mysqldb
8
- # Must use this for mariadb client to connect
9
- command: --default-authentication-plugin=mysql_native_password
10
restart: always
11
environment:
12
- MYSQL_ROOT_PASSWORD=root
docs/source/installation_guide.rst
@@ -11,13 +11,13 @@ Run on your own computer with Docker
.. code-block:: bash
13
14
- docker-compose build
+ docker compose build
15
16
6. Run docker containers (-d is detached)
17
18
19
20
- docker-compose up -d
+ docker compose up -d
21
22
7. Load ``http://localhost:5000/`` in a web browser. Enjoy :)
23
0 commit comments