limit pma access to local network only

This commit is contained in:
2020-10-09 12:55:56 -05:00
parent c1d16bdeec
commit c00ec78319

View File

@@ -113,7 +113,7 @@ services:
- PGID=1000
- TZ=America/Chicago
# ports:
# - 4443:443
# - 192.168.1.107:4443:443
restart: unless-stopped
volumes:
- /home/nam/Data/CloudData:/data
@@ -147,6 +147,6 @@ services:
# - PMA_USER=root
# - PMA_PASSWORD=a141592-Z
# ports:
# - 0.0.0.0:8081:80
# - 192.168.1.107:8081:80
# networks:
# - shnet
# - shnet