Update docker-compose.yml

This commit is contained in:
qiaofeng1227 2023-04-17 11:09:06 +08:00 committed by GitHub
parent 979a0408d1
commit 7b67913d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
redis:
appredis:
image: redis:${APP_VERSION}
container_name: ${APP_NAME}
restart: unless-stopped