@@ -18,8 +18,6 @@ services:
php:
build: ./php
restart: always
- expose:
- - 9000
volumes:
- ./src:/var/www/html/
networks:
@@ -52,6 +50,8 @@ services:
PMA_HOST: mysql
PMA_USER: root
PMA_PASSWORD: test
+ networks:
+ - empire
ports:
- "81:80"
depends_on: