| docker-compose.yml | ●●●●● patch | view | raw | blame | history |
docker-compose.yml
@@ -1,11 +1,12 @@ version: '3.1' services: zhba_vue: image: zhba-vue:latest image: nginx:1.9.0 deploy: replicas: 1 update_config: parallelism: 2 delay: 10s restart: always ports: - "80:80" - "8108:80"