Skip to content

Commit

Permalink
Use docker-compose directly
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamIT authored Aug 29, 2023
1 parent 4383fa5 commit 4b4602e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/update_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ SSH into your server as a root user and run the below commands:
cd [dir/with/compose/file]
mv docker-compose.yml docker-compose.yml.old
wget https://raw.githubusercontent.com/amidaware/tacticalrmm/master/docker/docker-compose.yml
sudo docker compose pull
sudo docker compose down
sudo docker compose up -d --remove-orphans
sudo docker-compose pull
sudo docker-compose down
sudo docker-compose up -d --remove-orphans
```

## Keeping your Let's Encrypt certificate up to date
Expand Down

0 comments on commit 4b4602e

Please sign in to comment.