10 lines
300 B
YAML
10 lines
300 B
YAML
# Docker Compose for service enclosed_pastebin created at Wed Apr 23 10:01:36 PM EEST 2025
|
|
services:
|
|
enclosed:
|
|
image: corentinth/enclosed
|
|
container_name: "enclosed_pastebin"
|
|
restart: unless-stopped
|
|
ports:
|
|
- "${SVC_PORT_1}:8787"
|
|
volumes:
|
|
- ${ENCLOSED_DATA}:/app/.data |