修改容器名称

master
Chopper 2021-05-14 15:43:12 +08:00
parent 14dd28119c
commit 275bc649f4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
mongo: mongo:
image: mongo image: mongo
restart: always restart: always
container_name: 'lilishop' container_name: 'mongo'
environment: environment:
MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: lilishop MONGO_INITDB_ROOT_PASSWORD: lilishop