mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2025-01-10 08:36:24 +00:00
10 lines
152 B
YAML
10 lines
152 B
YAML
version: '3'
|
|
|
|
services:
|
|
home:
|
|
image: nginx:alpine
|
|
restart: always
|
|
ports:
|
|
- 80
|
|
volumes:
|
|
- ./public:/usr/share/nginx/html:ro |