Changed ports in docker yml file
This commit is contained in:
parent
751982fe7b
commit
6f54d9cd93
@ -5,7 +5,7 @@ services:
|
|||||||
image: docker-nextjs-dev
|
image: docker-nextjs-dev
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- 8443:8212
|
- 8443:8443
|
||||||
volumes:
|
volumes:
|
||||||
- ./pages:/app/pages
|
- ./pages:/app/pages
|
||||||
- ./public:/app/public
|
- ./public:/app/public
|
||||||
|
Reference in New Issue
Block a user