Update compose.yml

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

View File

@ -1,12 +1,11 @@
version: '3.8'
services:
plaster:
image: docker.io/library/plasterbin:latest
container_name: plaster
build:
context: .
dockerfile: Dockerfile
ports:
- "35200:3000" #modify first port if needed
- "35200:3000" # Bind container's port 3000 to the host's port 3000
restart: always
networks:
- plaster-network
networks:
plaster-network:
driver: bridge
container_name: plaster