changed port to 3004
This commit is contained in:
parent
fdb9d00147
commit
83f2506acd
|
@ -4,4 +4,4 @@ services:
|
||||||
site: # Name of your service
|
site: # Name of your service
|
||||||
build: . # Path to your Dockerfile (assumes it's in the same directory)
|
build: . # Path to your Dockerfile (assumes it's in the same directory)
|
||||||
ports:
|
ports:
|
||||||
- "3000:8080" # Map external port 3000 to internal port 8080
|
- "3004:8080" # Map external port 3000 to internal port 8080
|
||||||
|
|
Loading…
Reference in a new issue