Skip to content

Commit 4d23725

Browse files
committed
fix: Change port from 3001 to 4000 to avoid conflict with mevrebels-api-server
1 parent 8355749 commit 4d23725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
version: '3.8'
2-
31
services:
42
docs:
53
image: ghcr.io/getlumos/docs-lumos:latest
64
container_name: docs-lumos
75
restart: unless-stopped
86
ports:
9-
- "3001:80"
7+
- "4000:80"
108
environment:
119
- NODE_ENV=production

0 commit comments

Comments
 (0)