mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Add docker-compose file
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '2.2'
|
||||
|
||||
services:
|
||||
podsync:
|
||||
container_name: podsync
|
||||
image: mxpv/podsync
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
command: --config /app/config.toml
|
||||
volumes:
|
||||
- ./data:/app/data/
|
||||
- ./config.toml:/app/config.toml
|
Reference in New Issue
Block a user