Compare commits
2 commits
b09e9ca25d
...
6084503d7f
| Author | SHA1 | Date | |
|---|---|---|---|
| 6084503d7f | |||
| 81b16a04cb |
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
#
|
||||
# Update the transmission settings.json. For the update, stop transmission,
|
||||
# put the new file in place, and restart it.
|
||||
# put the new file in place, and restart it. This is necessary because
|
||||
# transmission is constantly rewriting the settings file while it is running.
|
||||
#
|
||||
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue