Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
update phoenixd container name to prevent potential conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi authored Jun 29, 2024
1 parent 7c9b95f commit 44c1edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/linux-x86_64/phoenixd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ services:
ports:
- "8080:8080"
links:
- "phoenixd:phoenixd"
- "albyhub-phoenixd:albyhub-phoenixd"
environment:
- PHOENIXD_AUTHORIZATION=dcf0cf3501c04f97890e3bb3204f94f60d6b99d270cc8c40dfd390cced2f3c11
- PHOENIXD_ADDRESS=http://phoenixd:9740
- PHOENIXD_ADDRESS=http://albyhub-phoenixd:9740
- WORK_DIR=/data/albyhub
- LN_BACKEND_TYPE=PHOENIX
- LOG_EVENTS=true

phoenixd:
albyhub-phoenixd:
platform: linux/amd64
image: ghcr.io/sethforprivacy/phoenixd:latest
container_name: phoenixd
container_name: albyhub-phoenixd
volumes:
- ./albyhub-phoenixd:/data
environment:
Expand Down

0 comments on commit 44c1edc

Please sign in to comment.