File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,18 @@ Configuration
30
30
31
31
## Mediawiki install and conf
32
32
33
- git clone https://github.com/allanext/docker-compose-mediawiki-mysql-redis-elasticsearch.git
33
+ cd ~/docker
34
+ git clone https://github.com/allanext/docker-compose-mediawiki-mysql-redis-elasticsearch.git mediawiki
34
35
### Configuration
35
36
37
+ cd mediawiki
36
38
cp .env.sample .env
37
39
38
40
> Change the environment variable in the .env file
39
41
40
42
> Change the docker-compose.yml configuration
41
43
42
- I find it convenient to associate an IP address to the database container in order to ssh tunnel the server and connect directly to the db .
44
+ I find it convenient to associate an IP address to some containers in order to ssh tunnel the server and connect directly to a specific container .
43
45
### Install
44
46
45
47
docker-compose up --build
You can’t perform that action at this time.
0 commit comments