Added docker-compose and markdown
This commit is contained in:
14
Apps/Docker/Docker-Compose.md
Normal file
14
Apps/Docker/Docker-Compose.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
## Configuration flags
|
||||
|
||||
Restart:
|
||||
|
||||
|
||||
| Value | Description |
|
||||
|-------|----------|
|
||||
| no | No restart |
|
||||
| on-failure[:max-retries] | Will restart x times on failure |
|
||||
| always | Always restart |
|
||||
| unless-stopped | Enless admin stopped the countainer it will restart. |
|
||||
|
||||
Reference in New Issue
Block a user