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