mirror of
https://github.com/fmhy/edit.git
synced 2026-03-11 08:55:38 +00:00
Change port mapping for docs container (#4901)
Fixed port mapping, otherwise the instance wouldnt work
This commit is contained in:
parent
c2d3700e14
commit
8cd1bcae14
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ services:
|
||||||
container_name: docs
|
container_name: docs
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '4173:4173'
|
- '4173:80'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
fmhy:
|
fmhy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue