version: '2' services: http2xmpp: build: . image: toastie89/http2xmpp container_name: http2xmpp hostname: http2xmpp ports: - "8010:8080" volumes: - ./data:/opt/http2xmpp/server:ro