Mikrotik_API icon indicating copy to clipboard operation
Mikrotik_API copied to clipboard

Docker Port 80

Open EdwardSoaresJr opened this issue 4 years ago • 2 comments

In the docker-compose.yml file need to change line 22 from - ${APP_PORT:-0}:80 to - ${APP_PORT:-80}:80 otherwise can not access it in the browser as expected.

EdwardSoaresJr avatar Jan 03 '21 06:01 EdwardSoaresJr

That's a good idea. Can you create a PR for that?

hatamiarash7 avatar Jan 06 '21 07:01 hatamiarash7

Ok I will do that. Amazing work btw as the original version is behind and not working. This one works amazing.

On Wed, Jan 6, 2021 at 12:24 AM Arash Hatami [email protected] wrote:

That's a good idea. Can you create a PR for that?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hatamiarash7/Mikrotik_API/issues/1#issuecomment-755133193, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACO3SOKQXG5KNRXNR3GVRA3SYQFZRANCNFSM4VRUBPFQ .

EdwardSoaresJr avatar Jan 06 '21 08:01 EdwardSoaresJr