Compare commits
2 commits
cf80096d8a
...
377fbd45dc
| Author | SHA1 | Date | |
|---|---|---|---|
| 377fbd45dc | |||
|
4218b59d3b |
2 changed files with 2 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 }}"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
name: grafana
|
||||
types: deb
|
||||
uris: https://apt.grafana.com
|
||||
suites: "{{ ansible_facts['distribution_release'] }}"
|
||||
suites: stable
|
||||
components:
|
||||
- main
|
||||
signed_by: https://apt.grafana.com/gpg.key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue