We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bfa34 commit 2a8b6acCopy full SHA for 2a8b6ac
README.md
@@ -115,9 +115,10 @@ docker run -d --name faved -p 8080:80 -v faved-data:/var/www/html/storage denho/
115
```
116
117
### 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
+#### 1. Pull the latest `docker-compose.yml` [file from this repository](/docker-compose.yml) to your Faved instance directory
119
```bash
120
cd faved-app
121
+rm docker-compose.yml
122
curl -O https://raw.githubusercontent.com/denho/faved/refs/heads/main/docker-compose.yml
123
124
0 commit comments