Files
big-bear-scripts/update-docker-and-docker-compose/README.md
2024-04-08 17:44:40 -05:00

18 lines
416 B
Markdown

# Run command
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/update-docker-and-docker-compose/run.sh)"
```
# Can't Resolve Domain
To resolve this issue, please follow these steps:
1. Copy the contents of run.sh from this repository.
2. Create a file named run.sh on your server.
3. Execute the following command on your server:
```bash
bash run.sh
```