Preserve Flutter mirror-os codebase
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
ota-server:
|
||||
image: nginx:alpine
|
||||
container_name: mirror-os-ota
|
||||
ports:
|
||||
- "9091:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./public:/usr/share/nginx/html:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user