添加 docker-compose.yaml
This commit is contained in:
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: code.paipai.life/frontend/rn-h5
|
||||||
|
container_name: rn-h5
|
||||||
|
networks:
|
||||||
|
- app-net
|
||||||
|
ports:
|
||||||
|
- "8300:80"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
app-net:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user