logo

niu-ending

End of niu.moe - the credit animation

docker-compose.yml (178B)


  1. version: "3.6"
  2. ## niu.moe ##
  3. services:
  4. static:
  5. image: nginx:1.19-alpine
  6. restart: always
  7. volumes:
  8. - ./static:/usr/share/nginx/html
  9. ports:
  10. - 8066:80