mirror of
https://github.com/Dvorinka/PlexSync.git
synced 2026-06-03 20:12:57 +00:00
ggg
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
plexsync:
|
||||
build: .
|
||||
container_name: plexsync
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
- PORT=5000
|
||||
- FLASK_DEBUG=0
|
||||
volumes:
|
||||
- ./uploads:/app/uploads
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user