Gozargah / Marzban-examples

Some examples to setup Marzban
91 stars 43 forks source link

Removing support for docker? #20

Open harukodi opened 1 year ago

harukodi commented 1 year ago

Are you removing the support for running it in docker? Don't force people to use the .SH installation method sure it's nice and so but leave some space for advanced users thank you. Otherwise this works awesomely!!! Allow the use of docker-compose with .env file or atleast have the CLI documented for example docker exec -it marzban /bin/sh to open a shell in the docker container to create the admin account. I would recomend to still allow .env file let the advanced users deal with the hard coded creds. This will be my problem and to set the right permissions on the .env file! Thanks!!! :)

MuhammadAshouri commented 1 year ago

@harukodi MarzbanScript also installs with docker :/

harukodi commented 1 year ago

Well i saw that still i may want to be able to change the mount paths of the compose file. The old examples should be put back for advanced users tho! 😊

MuhammadAshouri commented 1 year ago

@harukodi Bro, docker-compose.yml file still exists in /opt/marzban

SaintShit commented 1 year ago

Hi, no. we still use docker and yet, env variables are available for experts. we're just completing our document at https://gozargah.github.io/marzban/docs/installation

harukodi commented 1 year ago

Awesome then I know thank you! Will the docker installation be on your documentation?