Update install authored by Jonas Leder's avatar Jonas Leder
......@@ -12,7 +12,7 @@ chmod +x /usr/local/bin/docker-compose
```
3. Download the Docker-Compose file into a new folder:
```
wget https://git.jonasled.de/jonasled/url_shorter_docker/raw/branch/master/docker-compose.yml
wget https://gitlab.jonasled.de/jonasled/url_shorter_docker/raw/master/docker-compose.yml
```
4. Edit the downloaded file
5. Run the Container. To do so run in the Folder, with the previously downloaded file ```docker-compose up -d```
......
......