Skip to content

Commit

Permalink
create compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
lawndoc committed Jul 17, 2024
1 parent dfee3c5 commit 6a9050d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "3.9"
services:
plexms:
container_name: respotter
image: ghcr.io/lawndoc/respotter:latest
network_mode: host
restart: always
volumes:
- ./config:/config
- ./state:/state

0 comments on commit 6a9050d

Please sign in to comment.