docker-compose.yml 220 B

1234567891011
  1. version: '2'
  2. services:
  3. http2xmpp:
  4. build: .
  5. image: toastie89/http2xmpp
  6. container_name: http2xmpp
  7. hostname: http2xmpp
  8. ports:
  9. - "8010:8080"
  10. volumes:
  11. - ./data:/opt/http2xmpp/server:ro