Skip to content

Commit

Permalink
Create compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 17, 2025
1 parent a3532fb commit 6e0abb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
lemmy:
image: dockurr/lemmy
container_name: lemmy
ports:
- 8536:8536
environment:
- RUST_LOG="warn"
volumes:
- ./lemmy.hjson:/config/config.hjson
restart: always
stop_grace_period: 1m

0 comments on commit 6e0abb3

Please sign in to comment.