Docker Info
Contact Info
- host: localhost
- ports: 80, 443 (SSL)
- security: all port 80 traffic redirected to port 443 (SSL)
URLs
- url: https://localhost
- php info: https://localhost/info.php
Docker Info
Contact Info
- host: localhost
- socket: /var/run/mysqld/mysqld.sock
- port: 3306
- name: app
Account: root
- name: root
- password: ./secret/dev/auth/db/.en_root_password
- remote login: no
- SSL required: no
Account: app
- name: app
- password: ./secret/dev/auth/db/.en_user_password
- remote login: yes
- SSL required: sometimes (only for remote login)
SSL Credentials
- Certificate Authority: ./secret/dev/ssl/db/ca.pem
- Client Cert: ./secret/dev/ssl/db/client-cert.pem
- Client Key: ./secret/dev/ssl/db/client-key.pem
Docker Info
- id: php
- service: php-fpm (7.1.14)
- serves: ./code/php
- logs: ./log/web
Contact Info
- socket: /sockets/web-to-php/docker.sock
- port: none (not listening on 9000)