version: '3.1' services: zhba_vue: image: nginx:1.9.0 build: context: . dockerfile: Dockerfile ports: - "8108:80" restart: always