Skip to content

Commit

Permalink
Update 11 - YML Script
Browse files Browse the repository at this point in the history
Added Emby update code to Starting Notes and Final Notes.
  • Loading branch information
Deiteq authored Oct 8, 2017
1 parent 5a984e5 commit 476cf9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 2 - Server Guide/11 - YML Script
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# PlexPy: http://ipv4address/domain:8181
# Muximux: http://ipv4address/domain:8015
# Emby: http://ipv4address/domain:8096
#
# Whenever you need to update Emby just use the following without '#' :-
# sudo docker exec -ti emby update
#
################# Starting Notes ################# END

################# YML Writeup ################# Start
Expand Down Expand Up @@ -85,5 +89,9 @@ services:
# 1st Time - Type: nano /opt/docker-compose.yml (then copy this entire file into it)
# Execute YML Script: cd /opt && sudo docker-compose -f docker-compose.yml up -d
# Future Edits: cd /opt && sudo rm -r docker-compose.yml && sudo nano docker-compose.yml (then copy this entire file into it)
# Execute YML Script: cd /opt && sudo docker-compose -f docker-compose.yml up -d
# Execute YML Script: cd /opt && sudo docker-compose -f docker-compose.yml up -d
#
# Whenever you need to update Emby just use the following without '#' :-
# sudo docker exec -ti emby update
#
################# Final Notes ################# END

0 comments on commit 476cf9d

Please sign in to comment.