mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
Update docker-compose.yml
This commit is contained in:
parent
1f1f102522
commit
9ebbaeed09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user