File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,17 @@ Most of below
9191  
9292 * Build it for use with a MySQL database 
9393
94-  ```ssh 
95-  $ git clone https://github.com/mastermindg/trac-docker-ubuntu 
96-  $ cd trac-docker-ubuntu 
97-  $ docker build -t trac --build-arg DB_LINK="mysql://trac:trac@mysql:3306/trac" . 
98-  ```  
94+  ```ssh 
95+  $ git clone https://github.com/mastermindg/trac-docker-ubuntu 
96+  $ cd trac-docker-ubuntu 
97+  $ docker build -t trac --build-arg DB_LINK="mysql://trac:trac@mysql:3306/trac" . 
98+  ```  
99+  OR 
100+  * Run it with a MySQL Database 
101+  ```ssh 
102+  $ docker run -d -p 80:80 --name trac -e DB_LINK="mysql://trac:trac@mysql:3306/trac" mastermindg/trac-ubuntu 
103+  ```  
104+   
99105
100106
101107This can be run off of a mount to persist the data: 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments