Skip to content

Commit 3554676

Browse files
committed
updates
1 parent 04a1802 commit 3554676

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#### UPDATE IN PROGRESS ###
12
# Description
23

34
This is the updated docker-compose repo of all the media, home, and web server apps described in the following guides on our website:
@@ -220,10 +221,10 @@ The apps I use are scattered around in several different docker-compose files. C
220221

221222
I use bash_aliases to simplify starting and stopping containers/stack. Included in the repo is an example of bash_aliases I use (replace USER with your Linux username). Here are some example alias commands:
222223

223-
- <strong>dcup2</strong> - Start Docker Traefik 2 stack
224-
- <strong>dcdown2</strong> - Stop Docker Traefik 2 stack
225-
- <strong>dcrec2</strong> - Start or recreate a specific service
226-
- <strong>dcstop2</strong> - Stop a specific service
227-
- <strong>dcrestart2</strong> - Restart a specific service
228-
- <strong>dclogs2</strong> - See real-time logs for the corresponding stack or service
229-
- <strong>dcpull2</strong> - Pull new images for the corresponding stack or service
224+
- <strong>dcup</strong> - Start Docker Traefik 2 stack
225+
- <strong>dcdown</strong> - Stop Docker Traefik 2 stack
226+
- <strong>dcrec</strong> - Start or recreate a specific service
227+
- <strong>dcstop</strong> - Stop a specific service
228+
- <strong>dcrestart</strong> - Restart a specific service
229+
- <strong>dclogs</strong> - See real-time logs for the corresponding stack or service
230+
- <strong>dcpull</strong> - Pull new images for the corresponding stack or service
File renamed without changes.

0 commit comments

Comments
 (0)