mirror of
https://github.com/friendica/docker
synced 2026-01-02 13:03:34 +01:00
README.md fix
This commit is contained in:
parent
0f93be95e8
commit
532fa98ff6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue