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