version: "3.7" services: privatebin: image: privatebin/nginx-fpm-alpine volumes: - ./data_privatebin:/srv/data ports: - 8083:80 restart: always