mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-23 12:05:56 +00:00
8 lines
190 B
YAML
8 lines
190 B
YAML
|
version: '3.3'
|
||
|
services:
|
||
|
nginx:
|
||
|
network_mode: host
|
||
|
restart: always
|
||
|
image: nginx:1.21.3-alpine
|
||
|
volumes:
|
||
|
- '/compose/volumes/nginx/:/etc/nginx/'
|