build: ./docker/nginx
restart: always
ports:
- - 127.0.0.1:80:80
- - 127.0.0.1:8443:443
+ - 127.0.0.1:81:80
+ - 127.0.0.1:7443:443
volumes:
- ./erp24:/www
- ./docker/nginx/conf:/etc/nginx
restart: always
command: --default-authentication-plugin=mysql_native_password
ports:
- - 127.0.0.1:3307:3306
+ - 127.0.0.1:4307:3306
env_file:
- docker/db/dev.db.env
volumes:
image: phpmyadmin
restart: always
ports:
- - 127.0.0.1:8081:80
+ - 127.0.0.1:8091:80
environment:
- PMA_ARBITRARY=1
volumes: