|
|
|
@ -7,9 +7,9 @@ services:
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
image: eladmin-frontend:latest
|
|
|
|
image: eladmin-frontend:latest
|
|
|
|
container_name: eladmin-frontend
|
|
|
|
container_name: eladmin-frontend
|
|
|
|
|
|
|
|
restart: always
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- "8282:80"
|
|
|
|
- "8282:80"
|
|
|
|
restart: always
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./frontend/conf/conf.d:/etc/nginx/conf.d
|
|
|
|
- ./frontend/conf/conf.d:/etc/nginx/conf.d
|
|
|
|
- ../dist:/var/www/html
|
|
|
|
- ../dist:/var/www/html
|
|
|
|
|