Docker: Remove command from mariadb service in 32bit ARMv7 example #1889
GitHub Discussions feedback suggests that this image doesn't support it.
This commit is contained in:
parent
f5b7ef834e
commit
4ef85fb515
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ services:
|
|||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
command: mysqld --innodb-buffer-pool-size=128M --transaction-isolation=READ-COMMITTED --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=512 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=120
|
||||
## Never store database files on an unreliable device such as a USB flash drive, an SD card, or a shared network folder:
|
||||
volumes:
|
||||
- "./mariadb:/config" # Important, don't remove
|
||||
|
|
Loading…
Reference in a new issue