Update 'docker-compose.yml'
This commit is contained in:
parent
6be34ca090
commit
65e8e379ca
1 changed files with 3 additions and 0 deletions
|
@ -6,5 +6,8 @@ services:
|
||||||
container_name: mootfrost-dev_web
|
container_name: mootfrost-dev_web
|
||||||
restart: always
|
restart: always
|
||||||
build: .
|
build: .
|
||||||
|
labels:
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.routers.mootfrost_dev.rule=Host(`mootfrost.dev`)
|
||||||
ports:
|
ports:
|
||||||
- "7632:7632"
|
- "7632:7632"
|
||||||
|
|
Loading…
Add table
Reference in a new issue