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: services:
plaster: plaster:
image: docker.io/library/plasterbin:latest build:
container_name: plaster context: .
dockerfile: Dockerfile
ports: ports:
- "35200:3000" #modify first port if needed - "35200:3000" # Bind container's port 3000 to the host's port 3000
restart: always restart: always
networks: container_name: plaster
- plaster-network
networks:
plaster-network:
driver: bridge