CashFab Stack: fix indenting
This commit is contained in:
parent
f587d41dba
commit
02d7d2cc73
1 changed files with 14 additions and 14 deletions
|
@ -1,17 +1,17 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pawns-cli:
|
pawns-cli:
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
image: iproyal/pawns-cli:latest
|
image: iproyal/pawns-cli:latest
|
||||||
dns:
|
dns:
|
||||||
- $DNS_PRIMARY
|
- $DNS_PRIMARY
|
||||||
- $DNS_SECONDARY
|
- $DNS_SECONDARY
|
||||||
command: -email=$IPROYALPAWNS_EMAIL -password='$IPROYALPAWNS_PASSWD' -device-name=$DEVICE_NAME -accept-tos
|
command: -email=$IPROYALPAWNS_EMAIL -password='$IPROYALPAWNS_PASSWD' -device-name=$DEVICE_NAME -accept-tos
|
||||||
|
|
||||||
honeygain:
|
honeygain:
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
image: honeygain/honeygain
|
image: honeygain/honeygain
|
||||||
dns:
|
dns:
|
||||||
- $DNS_PRIMARY
|
- $DNS_PRIMARY
|
||||||
- $DNS_SECONDARY
|
- $DNS_SECONDARY
|
||||||
command: -tou-accept -email $HONEYGAIN_EMAIL -pass '$HONEYGAIN_PASSWD' -device $DEVICE_NAME
|
command: -tou-accept -email $HONEYGAIN_EMAIL -pass '$HONEYGAIN_PASSWD' -device $DEVICE_NAME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue