improved port mapping

This commit is contained in:
Caretaker0699 2023-06-06 09:27:42 -07:00
parent b31fe9c7c1
commit 426b6d695c

View File

@ -1,4 +1,4 @@
version: '3'
version: "3"
services:
app:
@ -6,4 +6,4 @@ services:
context: .
dockerfile: Dockerfile
ports:
- 8080:3000
- "127.0.0.1:3000:3000"