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