version: "3" services: server: image: images.local/pastebin:latest container_name: pastebin restart: always volumes: - /data/containers/pastebin/pastebin.db:/app/pastebin.db ports: - "30002:38082"