10 lines
213 B
YAML
10 lines
213 B
YAML
services:
|
|
web:
|
|
image: nginx:alpine
|
|
labels:
|
|
fibe.gg/exposure.enabled: "true"
|
|
fibe.gg/exposure.port: "80"
|
|
fibe.gg/production: "false"
|
|
volumes:
|
|
- ./html:/usr/share/nginx/html:ro
|