Fix a deployment issue at Jenkins first discovered on Shipping Portal

This commit is contained in:
Dillon Ngo
2026-04-10 13:15:07 +08:00
parent 1053e9f5bc
commit 2e3db6a68e
3 changed files with 12739 additions and 4 deletions
-1
View File
@@ -22,7 +22,6 @@ gox.iml
rebuild_docker.sh
docker/*
db/*
package-lock.json
public/*
/public/*
/storage/app/public
+3 -3
View File
@@ -7,7 +7,7 @@ services:
#################################################################
nginx:
image: nginx:stable-alpine
container_name: exchange-2-ngnix
container_name: exchange-ngnix
ports:
- "8082:80"
volumes:
@@ -21,7 +21,7 @@ services:
#################################################################
mysql:
image: mysql:5.7.29
container_name: exchange-2-mysql
container_name: exchange-mysql
restart: unless-stopped
tty: true
ports:
@@ -42,7 +42,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: exchange-2-php
container_name: exchange-php
volumes:
- ../:/var/www/html
- ./php/default.conf:/usr/local/etc/php-fpm.d/zz-docker.conf
+12736
View File
File diff suppressed because it is too large Load Diff