Skip to content

Commit

Permalink
Update to respect docker compose v2 (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam authored Dec 27, 2023
1 parent d830fa4 commit 329e204
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
9 changes: 9 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped
15 changes: 0 additions & 15 deletions docker/docker-compose.yml

This file was deleted.

0 comments on commit 329e204

Please sign in to comment.