frontend demo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:2
|
||||
container_name: lambdaiot-web
|
||||
ports:
|
||||
- "18080:80"
|
||||
volumes:
|
||||
- ./webroot:/srv:ro
|
||||
command: ["caddy", "file-server", "--root", "/srv", "--listen", ":80"]
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user