mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
15 lines
485 B
Plaintext
15 lines
485 B
Plaintext
$> ./up.sh
|
|
|
|
$> docker-machine create --driver digitalocean \
|
|
--digitalocean-image ubuntu-16-04-x64 \
|
|
--digitalocean-access-token $DO_TOKEN \
|
|
--digitalocean-region ams2 \
|
|
--digitalocean-backups true \
|
|
--digitalocean-size 512mb \
|
|
podsync
|
|
|
|
$> docker-machine env podsync
|
|
|
|
$> $env:COMPOSE_CONVERT_WINDOWS_PATHS=0
|
|
|
|
$> docker-compose up -d |