fix: update docker interface
This commit is contained in:
7
examples/hello-with-docker/docker-compose.yml
Normal file
7
examples/hello-with-docker/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
hello:
|
||||
image: git.vxserver.dev/fsd/fes:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./app:/app
|
||||
Reference in New Issue
Block a user