Changing port

This commit is contained in:
Chris Troutner
2026-03-23 11:23:41 -07:00
parent 8edae2eee6
commit 3bf69e8658
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export LOCAL_RESTURL=http://localhost:5942/v6
# START ACCESS CONTROL
export PORT=5942
export PORT=6100
# x402 payments required to access this API?
export X402_ENABLED=true
+3 -3
View File
@@ -1,9 +1,9 @@
# Start the service with the command 'docker-compose up -d'
services:
psf-bch-api-x402:
psf-bch-api-x402-base:
build: .
container_name: psf-bch-api-x402
container_name: psf-bch-api-x402-base
logging:
driver: 'json-file'
options:
@@ -13,7 +13,7 @@ services:
#links:
# - mongo-slp-indexer
ports:
- '5942:5942' # <host port>:<container port>
- '6100:6100' # <host port>:<container port>
volumes:
#- ./start-rest2nostr.sh:/home/safeuser/REST2NOSTR/start-rest2nostr.sh
- ./.env:/home/safeuser/.env