Skip to content

Commit 84879bd

Browse files
authored
Merge pull request #232 from asherpasha/dev
Docker Update
2 parents da8c9ee + 60f6b35 commit 84879bd

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
version: "3.7"
2-
31
services:
42

53
mysqldb:
64
image: mysql:9.0.1
75
container_name: BAR_mysqldb
8-
# Must use this for mariadb client to connect
9-
command: --default-authentication-plugin=mysql_native_password
106
restart: always
117
environment:
128
- MYSQL_ROOT_PASSWORD=root

docs/source/installation_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Run on your own computer with Docker
1111

1212
.. code-block:: bash
1313
14-
docker-compose build
14+
docker compose build
1515
1616
6. Run docker containers (-d is detached)
1717

1818
.. code-block:: bash
1919
20-
docker-compose up -d
20+
docker compose up -d
2121
2222
7. Load ``http://localhost:5000/`` in a web browser. Enjoy :)
2323

0 commit comments

Comments
 (0)