Add Port 80 map to 8888 (#72)

Add Port 80 on service flarum to bind 80 to 8888
pull/74/head
Sébastien HOUZET 2021-02-01 14:13:07 +01:00 committed by GitHub
parent a1d4bd18a8
commit cdfe0dd983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ services:
- /mnt/docker/flarum/assets:/flarum/app/public/assets
- /mnt/docker/flarum/extensions:/flarum/app/extensions
- /mnt/docker/flarum/nginx:/etc/nginx/conf.d
ports:
- 80:8888
depends_on:
- mariadb