:seenoevil: update passwd
This commit is contained in:
parent
05d37e4174
commit
9bedd8c7da
@ -5,7 +5,7 @@ services:
|
|||||||
image: redis:6-alpine
|
image: redis:6-alpine
|
||||||
container_name: "Dev-Redis"
|
container_name: "Dev-Redis"
|
||||||
restart: always
|
restart: always
|
||||||
command: "--requirepass Kevin#0412$Redis"
|
command: "--requirepass Kevin#0412&Redis"
|
||||||
volumes:
|
volumes:
|
||||||
- redis_data:/data
|
- redis_data:/data
|
||||||
ports:
|
ports:
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
container_name: "Dev-Percona"
|
container_name: "Dev-Percona"
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD="Kevin#0412$Mysql"
|
- MYSQL_ROOT_PASSWORD="Kevin#0412&Mysql"
|
||||||
volumes:
|
volumes:
|
||||||
- mysql_data:/var/lib/mysql
|
- mysql_data:/var/lib/mysql
|
||||||
- mysql_logs:/var/log/mysql
|
- mysql_logs:/var/log/mysql
|
||||||
@ -51,7 +51,7 @@ services:
|
|||||||
container_name: "Dev-postgresql"
|
container_name: "Dev-postgresql"
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD="Kevin#0412$PGSql"
|
- POSTGRES_PASSWORD="Kevin#0412&PGSql"
|
||||||
volumes:
|
volumes:
|
||||||
- postgresql_data:/var/lib/postgresql/data
|
- postgresql_data:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
@ -66,7 +66,7 @@ services:
|
|||||||
container_name: "Dev-mongo"
|
container_name: "Dev-mongo"
|
||||||
environment:
|
environment:
|
||||||
- MONGO_INITDB_ROOT_USERNAME=root
|
- MONGO_INITDB_ROOT_USERNAME=root
|
||||||
- MONGO_INITDB_ROOT_PASSWORD="Kevin#0412$Mongo"
|
- MONGO_INITDB_ROOT_PASSWORD="Kevin#0412&Mongo"
|
||||||
volumes:
|
volumes:
|
||||||
- mongo_data:/data/db
|
- mongo_data:/data/db
|
||||||
- mongo_configdb:/data/configdb
|
- mongo_configdb:/data/configdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user