Skip to content

Commit

Permalink
fix: update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 1, 2024
1 parent e3b872a commit e6b8124
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ SMTP_UNAME
SMTP_PWORD

################### For docker ###################
APP_NAME
APP_NAME=nms

APP_PORT
SSL_PORT
APP_PORT=85
SSL_PORT=445

MYSQL_PORT
MYSQL_USER
MYSQL_ROOT_PASS
MYSQL_DB
MYSQL_PASS
MYSQL_PORT=13306
MYSQL_ROOT_PASS=root
MYSQL_DB=new_mvc_shop_db
MYSQL_USER=root
MYSQL_PASS=root

PHPMYADMIN_PORT
PHPMYADMIN_UPLOAD_LIMIT
PHPMYADMIN_PORT=8183
PHPMYADMIN_UPLOAD_LIMIT=1024M
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ RUN chown -R www-data:www-data /var/www/html

EXPOSE 80
EXPOSE 443

CMD ["apache2-foreground"]

0 comments on commit e6b8124

Please sign in to comment.