]> jfr.im git - irc/UndernetIRC/undernet-development-env.git/blobdiff - README.md
chore: update cservice-web submodule
[irc/UndernetIRC/undernet-development-env.git] / README.md
index 59830e734f22b860f2dea70eaabc616bfaca0e0c..6ff4c3dc9859d272ba569683c05d21f4071f3403 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 UnderNET Development Environment
 ================================
+> **Warning**
+> 
+> Do _**NOT**_ use this in production, it is not safe and contains publicly shared credentials! 
 
 This repository contain a docker based development environment for UnderNET.
 
@@ -62,15 +65,13 @@ After making any code change in either ircu or gnuworld the container need to be
 
 Rebuild ircu (hub and leaf share the same image):
 ```
-docker-compose build hub
-docker-compose restart hub
-docker-compose restart leaf
+docker-compose up --build hub
+docker-compose up leaf
 ```
 
 Rebuild and restart gnuworld:
 ```
-docker-compose build gnuworld
-docker-compose restart gnuworld
+docker-compose up --build gnuworld
 ```
 
 # PostgreSQL databases