Update compose.yml

This commit is contained in:
nune 2024-12-18 19:26:18 -05:00 committed by GitHub
parent 152e6bfb1a
commit 4d5eea68e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,7 @@ version: '3.8'
services:
plaster:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/gigirassy/plaster
ports:
- "35200:3000" # change host port if needed
restart: always