Skip to content

Commit fdaece7

Browse files
committed
readme update
1 parent 08ab6c6 commit fdaece7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,18 @@ Configuration
3030

3131
## Mediawiki install and conf
3232

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
3435
### Configuration
3536

37+
cd mediawiki
3638
cp .env.sample .env
3739
3840
> Change the environment variable in the .env file
3941
4042
> Change the docker-compose.yml configuration
4143
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.
4345
### Install
4446

4547
docker-compose up --build

0 commit comments

Comments
 (0)