.drone.yml and docker-compose.yml fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-21 16:33:56 +03:00
parent 4d250a0c19
commit db504b0f15
2 changed files with 15 additions and 14 deletions

View File

@@ -32,8 +32,6 @@ services:
container_name: link-shortener-redis
networks: [isolated]
restart: unless-stopped
ports:
- "6379:6379"
volumes:
- redis_data:/data
command: ["redis-server", "--appendonly", "yes"]