fix TOP_NOTE_NB env from .env
All checks were successful
Build And Push Oracolo to Docker Hub / build-push-docker-image (push) Successful in 35s

This commit is contained in:
PastaGringo 2024-05-28 21:17:51 +02:00
parent 3dcb9af1c1
commit d12929180c
No known key found for this signature in database
GPG key ID: 58291E5373BF82BF

View file

@ -45,7 +45,7 @@ services:
environment:
- NPUB=${NPUB}
- RELAYS=${RELAYS}
- TOP_NOTES_NB=${TOP_NOTES}
- TOP_NOTES_NB=${TOP_NOTES_NB}
# ports:
# - 8080:8080
labels: