保安服务企业管理项目备份
Administrator
2022-03-23 aa2b1147d0bac4f339a3d19cd002e54573b59d60
docker-compose.yml
@@ -1,14 +1,11 @@
version: '3.1'
services:
  zhba_vue:
    image: zhba_vue:latest
    image: nginx:1.9.0
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "8108:80"
    depends_on:
      - nginx
    restart: always
  nginx:
    image: nginx:1.9.0
    deploy:
      replicas: 1