Update compose.yml

This commit is contained in:
nune 2024-12-18 17:50:04 -05:00 committed by GitHub
parent 031bb94aa6
commit 83b9941ac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "35200:3000" # Bind container's port 3000 to the host's port 3000 - "35200:3000" # change host port if needed
restart: always restart: always
container_name: plaster container_name: plaster