mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 00:13:59 +00:00
Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment)
- Minor update on docker-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user