version: '3.3' services: ueransim-ue: image: openxg5gc/ueransim:latest container_name: ueransim-ue restart: always privileged: true logging: driver: "json-file" options: max-size: "100m" networks: openxg: stdin_open: true tty: true command: ./nr-ue -c ue.yaml
volumes: - ../etc/ue.yaml:/UERANSIM/build/ue.yaml
networks: openxg: name: docker-openxg external: true