Skip to content

Commit 2a8b6ac

Browse files
committed
Improve updating instructions
1 parent 55bfa34 commit 2a8b6ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ docker run -d --name faved -p 8080:80 -v faved-data:/var/www/html/storage denho/
115115
```
116116

117117
### Updating using Docker Compose
118-
#### 1. Pull the latest `docker-compose.yml` [file from this repository](/docker-compose.yml) to your directory with the application
118+
#### 1. Pull the latest `docker-compose.yml` [file from this repository](/docker-compose.yml) to your Faved instance directory
119119
```bash
120120
cd faved-app
121+
rm docker-compose.yml
121122
curl -O https://raw.githubusercontent.com/denho/faved/refs/heads/main/docker-compose.yml
122123
```
123124

0 commit comments

Comments
 (0)