This commit is contained in:
franknstayn
2023-08-30 00:21:53 +08:00
parent 16960e2e5d
commit d6a1123bfc
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ RUN composer install
RUN php artisan key:generate
# Expose port 9000 for PHP-FPM
EXPOSE 82
EXPOSE 80
EXPOSE 9001
# Start PHP-FPM

View File

@@ -1,5 +1,5 @@
server {
listen 82;
listen 127.0.0.1:80;
server_name localhost;
root /var/www/html;