Files
bin/start_podsync
2021-04-11 10:43:22 +02:00

8 lines
148 B
Bash
Executable File

#!bin/sh
sudo docker run \
-p 8080:8080 \
-v $(pwd)/data:/app/data/ \
-v $(pwd)/config.toml:/app/config.toml \
mxpv/podsync:latest