File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: addy
22
33services :
44 db :
5- image : mariadb:10
5+ image : mariadb:12
66 container_name : addy_db
77 command :
8- - " mysqld "
8+ - " mariadbd "
99 - " --character-set-server=utf8mb4"
1010 - " --collation-server=utf8mb4_unicode_ci"
1111 volumes :
@@ -18,7 +18,7 @@ services:
1818 restart : always
1919
2020 redis :
21- image : redis:4.0 -alpine
21+ image : redis:8 -alpine
2222 container_name : addy_redis
2323 restart : always
2424
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: addy
22
33services :
44 db :
5- image : mariadb:10
5+ image : mariadb:12
66 container_name : addy_db
77 command :
8- - " mysqld "
8+ - " mariadbd "
99 - " --character-set-server=utf8mb4"
1010 - " --collation-server=utf8mb4_unicode_ci"
1111 volumes :
@@ -18,7 +18,7 @@ services:
1818 restart : always
1919
2020 redis :
21- image : redis:4.0 -alpine
21+ image : redis:8 -alpine
2222 container_name : addy_redis
2323 restart : always
2424
@@ -45,7 +45,7 @@ services:
4545 restart : always
4646
4747 nginx :
48- image : nginx:1.20.1 -alpine
48+ image : nginx:1.29 -alpine
4949 container_name : addy_nginx
5050 restart : unless-stopped
5151 ports :
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: annoaddy
22
33services :
44 db :
5- image : mariadb:10
5+ image : mariadb:12
66 container_name : addy_db
77 command :
8- - " mysqld "
8+ - " mariadbd "
99 - " --character-set-server=utf8mb4"
1010 - " --collation-server=utf8mb4_unicode_ci"
1111 volumes :
@@ -18,7 +18,7 @@ services:
1818 restart : always
1919
2020 redis :
21- image : redis:4.0 -alpine
21+ image : redis:8 -alpine
2222 container_name : addy_redis
2323 restart : always
2424
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ services:
3636 restart : always
3737
3838 db :
39- image : mariadb:10
39+ image : mariadb:12
4040 container_name : addy_db
4141 command :
42- - " mysqld "
42+ - " mariadbd "
4343 - " --character-set-server=utf8mb4"
4444 - " --collation-server=utf8mb4_unicode_ci"
4545 volumes :
@@ -52,7 +52,7 @@ services:
5252 restart : always
5353
5454 redis :
55- image : redis:4.0 -alpine
55+ image : redis:8 -alpine
5656 container_name : addy_redis
5757 restart : always
5858
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: addy
22
33services :
44 db :
5- image : mariadb:10
5+ image : mariadb:12
66 container_name : addy_db
77 networks :
88 - addy
99 command :
10- - " mysqld "
10+ - " mariadbd "
1111 - " --character-set-server=utf8mb4"
1212 - " --collation-server=utf8mb4_unicode_ci"
1313 volumes :
@@ -20,7 +20,7 @@ services:
2020 restart : always
2121
2222 redis :
23- image : redis:4.0 -alpine
23+ image : redis:8 -alpine
2424 container_name : addy_redis
2525 networks :
2626 - addy
You can’t perform that action at this time.
0 commit comments