You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Setup on docker-compose](docs/QUICK_SETUP.md) is suitable for single-server setup requirements. It is quicker and requires less prior knowledge about openwisp & networking.
136
+
[Setup on dockercompose](docs/QUICK_SETUP.md) is suitable for single-server setup requirements. It is quicker and requires less prior knowledge about openwisp & networking.
137
137
138
138
### Kubernetes
139
139
@@ -272,7 +272,7 @@ If you want to disable a service, you can simply remove the container for that s
272
272
273
273
### Workbench setup
274
274
275
-
1. Install docker & docker-compose.
275
+
1. Install Docker & Docker Compose v2.
276
276
2. In the root of the repository, run `make develop`, when the containers are ready, you can test them out by going to the domain name of the modules.
Copy file name to clipboardExpand all lines: docs/ENV.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
The OpenWISP docker images are created with customization in mind. You can simply change the environment variables to change the containers and trailer them to your needs.
9
9
10
-
-`docker-compose`: You can simply change the values in `.env` file.
10
+
-`dockercompose`: You can simply change the values in `.env` file.
11
11
-`kubernetes`: You need to create `ConfigMap` to change the environment variables. An example is present in `deploy/examples/kubernetes/` directory.
12
12
13
13
Following are the options that can be changed. The list is divided in following sections:
0 commit comments