pastebin/docker-compose.yaml
2023-09-30 21:47:59 +08:00

12 lines
242 B
YAML

version: "3"
services:
server:
image: xuthus5/pastebin:latest
container_name: pastebin
restart: always
volumes:
- /data/containers/pastebin:/app/data
ports:
- "30001:38080"