Skip to content

Commit

Permalink
stack: fixDB container definition
Browse files Browse the repository at this point in the history
Issue found by @brunonaibert
  • Loading branch information
WolfangAukang committed Oct 8, 2024
1 parent df43e9d commit fdadd37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ services:
simplerisk:
environment:
- DB_SETUP=automatic
- DB_SETUP_PASS=8Ex4zOj5Y44g-axlXoF_s
- DB_SETUP_PASS=oifuvCrfFfZCvec4Co4vE
- SIMPLERISK_DB_HOSTNAME=mysql
image: simplerisk/simplerisk-minimal:20240930-001
ports:
- "80:80"
- "443:443"

mariadb:
mysql:
command: mysqld --sql_mode="NO_ENGINE_SUBSTITUTION"
environment:
- MYSQL_ROOT_PASSWORD=8Ex4zOj5Y44g-axlXoF_s
- MYSQL_ROOT_PASSWORD=oifuvCrfFfZCvec4Co4vE
image: mysql:8.0

smtp:
Expand Down
2 changes: 1 addition & 1 deletion update_stack_and_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- "80:80"
- "443:443"
mariadb:
mysql:
command: mysqld --sql_mode="NO_ENGINE_SUBSTITUTION"
environment:
- MYSQL_ROOT_PASSWORD=$pass
Expand Down

0 comments on commit fdadd37

Please sign in to comment.