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"
|
||||
services:
|
||||
pawns-cli:
|
||||
restart: on-failure:5
|
||||
image: iproyal/pawns-cli:latest
|
||||
dns:
|
||||
- $DNS_PRIMARY
|
||||
- $DNS_SECONDARY
|
||||
command: -email=$IPROYALPAWNS_EMAIL -password='$IPROYALPAWNS_PASSWD' -device-name=$DEVICE_NAME -accept-tos
|
||||
pawns-cli:
|
||||
restart: on-failure:5
|
||||
image: iproyal/pawns-cli:latest
|
||||
dns:
|
||||
- $DNS_PRIMARY
|
||||
- $DNS_SECONDARY
|
||||
command: -email=$IPROYALPAWNS_EMAIL -password='$IPROYALPAWNS_PASSWD' -device-name=$DEVICE_NAME -accept-tos
|
||||
|
||||
honeygain:
|
||||
restart: on-failure:5
|
||||
image: honeygain/honeygain
|
||||
dns:
|
||||
- $DNS_PRIMARY
|
||||
- $DNS_SECONDARY
|
||||
command: -tou-accept -email $HONEYGAIN_EMAIL -pass '$HONEYGAIN_PASSWD' -device $DEVICE_NAME
|
||||
honeygain:
|
||||
restart: on-failure:5
|
||||
image: honeygain/honeygain
|
||||
dns:
|
||||
- $DNS_PRIMARY
|
||||
- $DNS_SECONDARY
|
||||
command: -tou-accept -email $HONEYGAIN_EMAIL -pass '$HONEYGAIN_PASSWD' -device $DEVICE_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue