Compare commits
2 commits
f325642532
...
daf60acabd
| Author | SHA1 | Date | |
|---|---|---|---|
| daf60acabd | |||
|
2e5b0ab940 |
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/mariadb:11
|
image: docker.io/library/mariadb:12
|
||||||
environment:
|
environment:
|
||||||
- "MARIADB_DATABASE=wordpress"
|
- "MARIADB_DATABASE=wordpress"
|
||||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
error_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=warn debug;
|
error_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=warn debug;
|
||||||
access_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=info main;
|
access_log off;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue