pastebin/docker-compose.yaml

12 lines
250 B
YAML
Raw Normal View History

2023-09-30 13:47:59 +00:00
version: "3"
services:
server:
2024-03-18 17:03:14 +00:00
image: images.internal/pastebin:latest
2023-09-30 13:47:59 +00:00
container_name: pastebin
restart: always
volumes:
2023-10-21 17:49:37 +00:00
- /data/containers/pastebin:/app/data
2023-09-30 13:47:59 +00:00
ports:
2024-03-18 17:03:14 +00:00
- "38001:38080"