Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loorisr authored Mar 8, 2025
1 parent 7827b9f commit d1a2172
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
logdy:
image: ghcr.io/logdyhq/logdy-core:latest
container_name: logdy
read_only: true
user: "1000:1000"
restart: unless-stopped
security_opt:
- no-new-privileges=true
cap_drop:
- ALL
volumes:
- /home/docker/caddy/logs:/var/log:ro #path to your log file
command: [ "follow", "/var/log/access.log"]

0 comments on commit d1a2172

Please sign in to comment.