File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
19
19
db :
20
20
container_name : mariadb_container
21
- image : mariadb:latest
21
+ image : mariadb:12.0.2
22
22
env_file :
23
23
- ../.env
24
24
command : --default-authentication-plugin=mysql_native_password
@@ -32,7 +32,7 @@ services:
32
32
33
33
redis :
34
34
container_name : redis_container
35
- image : " redis:latest "
35
+ image : " redis:8.2.1 "
36
36
restart : always
37
37
networks :
38
38
- uvlhub_network
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
22
22
nginx :
23
23
container_name : nginx_web_server_container
24
- image : nginx:latest
24
+ image : nginx:1.29.1
25
25
ports :
26
26
- " 80:80"
27
27
volumes :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
22
22
nginx :
23
23
container_name : nginx_web_server_container
24
- image : nginx:latest
24
+ image : nginx:1.29.1
25
25
ports :
26
26
- " 80:80"
27
27
volumes :
Original file line number Diff line number Diff line change 1
- FROM mariadb:latest
1
+ FROM mariadb:12.0.2
2
2
3
3
RUN apt-get update && \
4
4
apt-get install -y mariadb-client && \
You can’t perform that action at this time.
0 commit comments