Commit 8e3c40f828cb2e344346d5c7246c2b263ee48e3c
1 parent
1b11a72f
Exists in
dev
Add verion to pma, redis
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
docker/docker-compose.yml
... | ... | @@ -44,7 +44,7 @@ services: |
44 | 44 | ###################################################### |
45 | 45 | redis: |
46 | 46 | container_name: pyros-redis |
47 | - image: redis:latest | |
47 | + image: redis:7.0.7 | |
48 | 48 | restart: always |
49 | 49 | ports: |
50 | 50 | - "6379:6379" |
... | ... | @@ -142,7 +142,7 @@ services: |
142 | 142 | ###################################################### |
143 | 143 | phpmyadmin: |
144 | 144 | container_name: pyros-pma |
145 | - image: phpmyadmin/phpmyadmin | |
145 | + image: phpmyadmin/phpmyadmin:5.2.0 | |
146 | 146 | restart: always |
147 | 147 | links: |
148 | 148 | - db | ... | ... |