docker-flarum icon indicating copy to clipboard operation
docker-flarum copied to clipboard

Flarum is not Accessible

Open nsakibp opened this issue 2 years ago • 8 comments

How to access the site after successful installation? It's not resolving to the port. Even after Reverse proxy setup.

Can you please put some light on it? Thanks in advance

nsakibp avatar Aug 15 '22 19:08 nsakibp

Hello @nsakibp Can you given us more information ?

Hydrog3n avatar Aug 22 '22 09:08 Hydrog3n

Hi The problem is solved. The port will be "8888:8888" instead of "80:8888"

I have another question. "docker exec -ti flarum extension require some/extension"

This command installs extension to Flarum. If I have more than one Flarum stack on docker, on which instance the extension will be installed?

Is there any mapping for that? Please let me know

Thanks in advance

nsakibp avatar Sep 05 '22 04:09 nsakibp

@nsakibp Hello, Normally if both have the same mounting point extensions should be ok. You can also use the file for list of extentions

Hydrog3n avatar Sep 05 '22 08:09 Hydrog3n

Thanks a lot again for your prompt response

Can you please tell me what you mean by mounting point? Is it Docker volume?

On Mon, Sep 5, 2022 at 2:32 PM Loïc Vaillé @.***> wrote:

@nsakibp https://github.com/nsakibp Hello, Normally if both have the same mounting point extensions should be ok. You can also use the file for list of extentions

— Reply to this email directly, view it on GitHub https://github.com/mondediefr/docker-flarum/issues/111#issuecomment-1236697716, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFBSDC3FJ5X2HGIV7W37UDV4WV2TANCNFSM56TJFKOA . You are receiving this because you were mentioned.Message ID: @.***>

nsakibp avatar Sep 05 '22 14:09 nsakibp

Yes it's the mounting point. At mondedie.fr we was using with two container with scale in docker-compose was working we stop because not really usefull but it was working well

Hydrog3n avatar Sep 05 '22 14:09 Hydrog3n

Thanks a lot again.

Did you mean, If I use Flarum for two different projects on two different containers, Then the extension install command will install an extension on those two different mount points simultaneously?

Thanks

On Mon, Sep 5, 2022 at 8:26 PM Loïc Vaillé @.***> wrote:

Yes it's the mounting point. At mondedie.fr we was using with two container with scale in docker-compose was working we stop because not really usefull but it was working well

— Reply to this email directly, view it on GitHub https://github.com/mondediefr/docker-flarum/issues/111#issuecomment-1237121215, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFBSDDKZFMVKJMISTNNB5LV4X7KHANCNFSM56TJFKOA . You are receiving this because you were mentioned.Message ID: @.***>

nsakibp avatar Sep 05 '22 18:09 nsakibp

Ah ! So no you can't have link like I sayed.

You can create a file call file in extensions with the list of all your extensions so no need to add it each time

Hydrog3n avatar Sep 06 '22 08:09 Hydrog3n

Hi The problem is solved. The port will be "8888:8888" instead of "80:8888"

I have another question. "docker exec -ti flarum extension require some/extension"

This command installs extension to Flarum. If I have more than one Flarum stack on docker, on which instance the extension will be installed?

Is there any mapping for that? Please let me know

Thanks in advance

To it's not work. With the 8888:8888 port i get this: image

neoranger avatar Apr 24 '24 19:04 neoranger