dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
docker-comose.yml 修改
Administrator
2022-03-23
7d3d301ea15d82899fcb5b7937886c93000e30f5
[~admin/zhba_enterprises.git]
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
version: '3.1'
services:
zhba_vue:
image: nginx:1.9.0
deploy:
replicas: 1
update_config:
parallelism: 2
delay: 10s
restart: always
ports:
- "8108:80"