Coder Social home page Coder Social logo

Comments (5)

Monirzadeh avatar Monirzadeh commented on June 12, 2024

about database I think it is duplicate #546
What's output of docker ps?
It seams shiori use 8080 inside container so you can't use 8080 again.
You can see everythings from inside of container with
docker exec -it /bin/sh and than something like netstat -a -b

from shiori.

ordinarysimplicity avatar ordinarysimplicity commented on June 12, 2024

docker ps output:
https://gist.github.com/ordinarysimplicity/6cf7f3ad9111c259c7ac73bf0f92ab2a

I have several services that use 8080 internally, but I didn't think the internal ports could conflict across containers... maybe I'm wrong in thinking that? Though this would be the first time I've had this issue.

from shiori.

Monirzadeh avatar Monirzadeh commented on June 12, 2024

When you run
docker exec -it shiori shiori serve you run shiori again inside container that shiori already run and used 8080.
If docker exec -it shiori /bin/sh you can see container from inside.
Do you check that issue I mention?

from shiori.

fmartingr avatar fmartingr commented on June 12, 2024

Using docker exec -it shiori shiori serve over the running shiori container won't work because Shiori is already running on port 8080. Can you share the container logs?

from shiori.

stale avatar stale commented on June 12, 2024

This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.

from shiori.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.