Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azagramac authored Dec 5, 2024
1 parent 8d25b04 commit 6c9baa5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: '3.8'
---
version: '3.9'
services:
cache:
image: azagramac/redis:7.2.3-alpine3.18
image: azagramac/redis:latest
container_name: redis
privileged: true
network_mode: "host"
Expand All @@ -14,7 +15,7 @@ services:
deploy:
resources:
limits:
memory: 128M
memory: 256M
reservations:
memory: 64M

Expand Down

0 comments on commit 6c9baa5

Please sign in to comment.