mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2026-05-05 17:20:27 +00:00
Compare commits
3 Commits
master
...
9aa6bfcdc1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9aa6bfcdc1 | |||
| 1295cd27db | |||
| d0b40d187a |
@@ -14,6 +14,8 @@ These Containers are designed to work on a Debain based machine.
|
|||||||
For each application there is a seperate folder.
|
For each application there is a seperate folder.
|
||||||
You need to place these folders in your home-directory, for example into `/root`. The docker-compose files are designed in a way, that all configuration- and data-folders are stored in these application folders. If you want to backup your containers you simply backup these folders and you can restore them easily.
|
You need to place these folders in your home-directory, for example into `/root`. The docker-compose files are designed in a way, that all configuration- and data-folders are stored in these application folders. If you want to backup your containers you simply backup these folders and you can restore them easily.
|
||||||
|
|
||||||
|
Before you deploy a container, make sure to change the password variables in the `docker-compose.yml` file. Somtimes there are also other variables that you can adapt to your needs.
|
||||||
|
|
||||||
To deploy a container, go into the application-folder and type:
|
To deploy a container, go into the application-folder and type:
|
||||||
```
|
```
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user