Update docker-compose.pro.yaml
This commit is contained in:
parent
bc662ec99e
commit
b37be40141
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- 6379
|
- 6379
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue