mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 10:29:07 +00:00
13 lines
264 B
YAML
13 lines
264 B
YAML
services:
|
|
plaster:
|
|
image: docker.io/library/plasterbin:latest
|
|
container_name: plaster
|
|
ports:
|
|
- "35200:3000" #modify first port if needed
|
|
restart: always
|
|
networks:
|
|
- plaster-network
|
|
networks:
|
|
plaster-network:
|
|
driver: bridge
|