docker-compose.yml 167 B

1234567891011
  1. services:
  2. writefreely:
  3. build:
  4. context: .
  5. volumes:
  6. - writefreely_data:/app/writefreely
  7. ports:
  8. - 8088:8080
  9. volumes:
  10. writefreely_data: