Delete ubuntu/redis directory
This commit is contained in:
parent
36bef37f14
commit
35e937237a
2 changed files with 0 additions and 16 deletions
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
services:
|
||||
redis:
|
||||
image: "redis:6.2-alpine"
|
||||
container_name: "redis"
|
||||
hostname: "redis"
|
||||
restart: always
|
||||
volumes:
|
||||
- redis:/data
|
||||
ports:
|
||||
- 6379:6379
|
||||
network_mode: bridge
|
||||
|
||||
volumes:
|
||||
redis:
|
||||
|
Loading…
Reference in a new issue