-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi!
I make a modification in docker-compose.yml file to change default port to run openchain server but the log give me after server runs the old port configurated into the system
openchain-server | Now listening on: http://0.0.0.0:8080
And i have into the file
openchain:
build: openchain/.
ports:
- "8090:8090"
container_name: openchain-server
volumes:
- ./data:/openchain/data
restart: always
Regards
ER
Metadata
Metadata
Assignees
Labels
No labels