* close pma & inblucket ports

+ auth and example nginx config for local phpmyadmin service
This commit is contained in:
WP Studio
2024-08-06 19:40:40 +03:00
parent 35baceb62a
commit dc3b0a76a7
4 changed files with 21 additions and 10 deletions

View File

@ -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