Atualizar docker-compose.yml

This commit is contained in:
2025-11-09 20:44:36 +00:00
parent 0e7ac2ce53
commit a193c4da01

View File

@@ -1,18 +1,6 @@
version: '3.8'
services:
web:
build: .
container_name: php_apache
ports:
- "8080:80"
volumes:
- .:/var/www/html
depends_on:
- redis
redis:
redis:
image: redis:alpine
container_name: redis_cache
command: ["redis-server", "--requirepass", ""]
ports:
- "6379:6379"