Initialer Push
This commit is contained in:
15
uptimekuma/docker-compose.yml
Normal file
15
uptimekuma/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
image: 'louislam/uptime-kuma:latest'
|
||||
restart: always
|
||||
container_name: uptimekuma
|
||||
volumes:
|
||||
- /opt/docker/uptimekuma/data:/app/data
|
||||
networks:
|
||||
- default
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: www
|
||||
external: true
|
||||
Reference in New Issue
Block a user