pastebin/docker-compose.yaml

12 lines
242 B
YAML
Raw Normal View History

2023-09-30 13:47:59 +00:00
version: "3"
services:
server:
image: xuthus5/pastebin:latest
container_name: pastebin
restart: always
volumes:
- /data/containers/pastebin:/app/data
ports:
- "30001:38080"