Update docker-compose.yml

This commit is contained in:
qiaofeng1227 2023-04-04 15:11:36 +08:00 committed by GitHub
parent 1f1f102522
commit 9ebbaeed09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,6 @@ services:
image: redis:${APP_VERSION}
container_name: ${APP_NAME}
restart: unless-stopped
ports:
- ${APP_DB_PORT}:6379
env_file: .env
volumes:
- ./src/redis.conf:/etc/redis.conf:ro