초기 커밋.
This commit is contained in:
12
lck_cl_data_solution/lck_cl_mongo.yml
Normal file
12
lck_cl_data_solution/lck_cl_mongo.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:latest
|
||||
restart: always
|
||||
container_name: mongodb-lck-cl
|
||||
ports:
|
||||
- "50003:27017"
|
||||
environment:
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
MONGO_INITDB_ROOT_PASSWORD: veryhardpassword123
|
||||
Reference in New Issue
Block a user