Skip to content

Default port with docker #4

@erotundo

Description

@erotundo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions