Coder Social home page Coder Social logo

Bad Gateway about docker-flarum HOT 6 CLOSED

mondediefr avatar mondediefr commented on June 5, 2024
Bad Gateway

from docker-flarum.

Comments (6)

0ctave avatar 0ctave commented on June 5, 2024 1

I found the problem ! Thx for your help, the container wasn't interfacing the 8888 port on anything, so it can't communicate with the outside I just added the following to my docker-compose

    ports:
      - 30050:8888

from docker-flarum.

Magicalex avatar Magicalex commented on June 5, 2024

Nope, I need more information. config, log etc

from docker-flarum.

0ctave avatar 0ctave commented on June 5, 2024

The config is pretty basic, I just rebased the directories

  flarum:
    image: mondedie/flarum:latest
    container_name: flarum
    env_file:
      - ./flarum/flarum.env
    volumes:
      - ./flarum/assets:/flarum/app/public/assets
      - ./flarum/extensions:/flarum/app/extensions
      - ./flarum/nginx:/etc/nginx/conf.d
    depends_on:
      - db

But my folder doesn't seem go have any files from flarum except some fonts in the assets (but I guess they are on the docker container), aren't the files supposed to be downloaded in the volumes ?

from docker-flarum.

Magicalex avatar Magicalex commented on June 5, 2024

And your config (reverse proxy etc)?? log??

from docker-flarum.

0ctave avatar 0ctave commented on June 5, 2024

I sent you the logs of the docker container
And the is my proxy config, but there no way it comes from there, it detect the web server, it just doesn't see any index.php or something like the in my flarum directory.

https://puu.sh/FR0pE/e3eaa261bd.png

https://puu.sh/FR0rI/5f7e373224.png

from docker-flarum.

Magicalex avatar Magicalex commented on June 5, 2024

Can you access the container via port 8888?

from docker-flarum.

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.