pin redis version
This commit is contained in:
parent
1cb9c7758d
commit
30fa3205a4
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
working_dir: /var/www/html
|
working_dir: /var/www/html
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- 'host.docker.internal:host-gateway'
|
- host.docker.internal:host-gateway
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -18,7 +18,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:7-alpine
|
||||||
container_name: coolify-redis
|
container_name: coolify-redis
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -26,7 +26,7 @@ services:
|
||||||
soketi:
|
soketi:
|
||||||
container_name: coolify-realtime
|
container_name: coolify-realtime
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- 'host.docker.internal:host-gateway'
|
- host.docker.internal:host-gateway
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue