mirror of https://github.com/flarum/flarum
Add container name for web service in docker-compose.yml
parent
24b6243c92
commit
2264f6f1ef
|
@ -2,6 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
|
container_name: flarum-web
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/var/www
|
- ./:/var/www
|
||||||
- ./nginx/flarum.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx/flarum.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
|
Loading…
Reference in New Issue