* close pma & inblucket ports
+ auth and example nginx config for local phpmyadmin service
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
version: '3.6'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
@ -50,8 +48,6 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: 123456
|
||||
ports:
|
||||
- "3306:3306"
|
||||
volumes:
|
||||
- database:/var/lib/mysql
|
||||
- ./hostfiles:/hostfiles
|
||||
@ -64,14 +60,9 @@ services:
|
||||
PMA_HOST: db
|
||||
PMA_USER: root
|
||||
PMA_PASSWORD: 123456
|
||||
ports:
|
||||
- "81:80"
|
||||
inbucket:
|
||||
image: inbucket/inbucket
|
||||
restart: always
|
||||
ports:
|
||||
- "2500:2500"
|
||||
- "82:9000"
|
||||
redis:
|
||||
image: redis
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user