Delete ubuntu/redis directory

This commit is contained in:
David Rotermund 2024-07-13 04:03:25 +02:00 committed by GitHub
parent 36bef37f14
commit 35e937237a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 16 deletions

View file

@ -1 +0,0 @@

View file

@ -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: