The tiniest file-sharing server. Roughly equivalent to 1e-15 ordinary file-sharing servers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
335 B

  1. version: '3.7'
  2. services:
  3. femtoshare:
  4. build:
  5. context: .
  6. dockerfile: Dockerfile
  7. ports:
  8. - 8000:8000
  9. image: femtoshare:latest
  10. restart: always
  11. container_name: femtoshare
  12. environment:
  13. - PORT=8000
  14. - TITLE=femtoshare
  15. - UID=1000
  16. user: "1000"
  17. volumes:
  18. - ./files:/files