Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
3goats committed May 9, 2024
1 parent 57b4086 commit 2c146ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ services:
elevate-1:
image: "3goats/elevate:buildx-latest"
#image: "3goats/elevate"
command: add --api-key ${TLSPC_API_KEY} -f /config/general-config.yaml --force -p Firefly Playground -t Firefly Playground
command: add --api-key ${TLSPC_API_KEY} -f /config/general-config.yaml --force -p "Firefly Playground" -t "Firefly Playground"
volumes:
- ./config:/config
profiles:
- control-plane
elevate-2:
image: "3goats/elevate:buildx-latest"
#image: "3goats/elevate"
command: remove --api-key ${TLSPC_API_KEY} -f /config/general-config.yaml --force -p firefly-playground -t firefly-playground
command: remove --api-key ${TLSPC_API_KEY} -f /config/general-config.yaml --force -p "Firefly Playground" -t "Firefly Playground"
volumes:
- ./config:/config
profiles:
Expand Down

0 comments on commit 2c146ba

Please sign in to comment.