1
0
This commit is contained in:
nicolas.dorier
2023-12-12 19:13:47 +09:00
parent 73e2e999e6
commit 62c1092645
3 changed files with 9 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ services:
nbxplorer:
restart: unless-stopped
image: nicolasdorier/nbxplorer:2.4.2
image: nicolasdorier/nbxplorer:2.4.3
expose:
- "32838"
environment:
@@ -15,6 +15,7 @@ services:
NBXPLORER_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Application Name=nbxplorer;MaxPoolSize=20;Database=nbxplorer${NBITCOIN_NETWORK:-regtest}
NBXPLORER_AUTOMIGRATE: 1
NBXPLORER_NOMIGRATEEVTS: 1
NBXPLORER_DELETEAFTERMIGRATION: 1
links:
- postgres
volumes: