Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanyn10 committed Jun 8, 2024
1 parent 61b5b8f commit c6313e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ services:
APP_KEY: base64:dUU/tjDaLvZv2ChevcXI87IBIoIK9DA4o/UGt5aAa3E=

db:
image: mariadb:10.11-jammy
container_name: oe-db
image: mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: open_ecommerce
MARIADB_ROOT_PASSWORD: password
MARIADB_DATABASE: open_ecommerce

adminer:
container_name: oe-adminer
Expand Down

0 comments on commit c6313e2

Please sign in to comment.