Closed turkishman41 closed 1 year ago
On Debian/Ubuntu
apt install docker-ce docker-compose
wget https://raw.githubusercontent.com/wy580477/Leech-AIO-APP-EX/docker/docker-compose_en.yml
# Then edit docker-compose_en.yml file to suit your needs.
docker-compose -f docker-compose_en.yml up -d
Bro Thanks i install , just cannot run ,
The countiner has also been created.
What code should I enter for it?
Then in
docker-compos_en.yml
What information should I enter, will it be executed if I don't change it or should I change it?!
Bro Thanks i install , just cannot run , The counter has also been created. What code should I enter for it? Then in docker-compos_en.yml What information should I enter, will it be executed if I don't change it or should I change it?!
You need some basic linux skill.
# Use nano to edit docker-compose_en.yml file. There are detailed information to guide you for configing envs.
nano docker-compose_en.yml
# Delete old container and start new one
docker-compose -f docker-compose_en.yml down && docker-compose -f docker-compose_en.yml up -d
After entering the command codes, IP vps/portal
Only nothing comes up
If possible, make an educational video. I think a lot of friends have performance problems.
After entering the command codes, IP vps/portal
Only nothing comes up
Do you fill domain in CADDY_DOMAIN env or leave it blank?
Leave it blank
Yes
If you have set domain as CADDY_DOMAIN env, you need to visit domain:port
Yes
If you have set domain as CADDY_DOMAIN env, you need to visit domain:port
No leave it blank
No leave it blank
I did a fresh install on a new opened VPS, can't reproduce you problem.
Post /config/log/caddy/current file under data folder which you set up in docker-compose file. To see if something prevents caddy web service from starting.
Bro , How can I install this on linux VPS ? Plz Add video education with code commands.