2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-02 13:03:34 +01:00

README.md fix

This commit is contained in:
Philipp Holzer 2018-05-20 20:02:58 +02:00
commit 532fa98ff6
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6

View file

@ -24,7 +24,8 @@ To use this image it must be combined with any Webserver that can proxy the http
## Using the apache image
You need at least one other mariadb/mysql-container to link it to Friendica.
The apache image contains a webserver and exposes port 80. To start the container type:
The apache image contains a webserver and exposes port 80.
To start the container type:
```console
$ docker run -d -p 8080:80 --link some-mysql:mysql friendica
```