mirror of
https://github.com/kejilion/sh.git
synced 2025-10-03 23:34:20 +08:00
Update .env with actual IPv4 address
Replace placeholder domain with actual IPv4 address in .env file.
This commit is contained in:
parent
0b4047ca0e
commit
991e40980a
1 changed files with 1 additions and 0 deletions
|
@ -12159,6 +12159,7 @@ while true; do
|
|||
sed -i "/443:443/d" /home/docker/cloud_manager/docker-compose.yml
|
||||
cp .env.example .env
|
||||
sed -i "s|PANEL_PASSWORD=YourSecurePassword123|PANEL_PASSWORD=$LOGIN_PASSWD|" .env
|
||||
sed -i "s|your.domain.com|${ipv4_address}|" .env
|
||||
|
||||
docker compose up -d
|
||||
clear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue