mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Update docker-compose.yml
This commit is contained in:
parent
e488e2dc0a
commit
d344914ca0
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- ./uptime-kuma:/app/data
|
||||
- ./uptime-kuma-data:/app/data
|
||||
ports:
|
||||
- 3001:3001
|
||||
- 3001:3001 # <Host Port>:<Container Port>
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue