Newer
Older
hello-programmer-world / docker / .env.example
@h.sakamoto h.sakamoto on 19 Jan 262 bytes php
# Webサーバー (Apache) がホストOSで公開されるポート番号
WEB_PORT=8080

# データベース (MySQL) がホストOSで公開されるポート番号
DB_PORT=3306

# phpMyAdmin がホストOSで公開されるポート番号
PHPMYADMIN_PORT=8081