mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-sip-connector.git
				synced 2025-10-31 04:04:14 +00:00 
			
		
		
		
	contrib/testpbx: fix docker run --rm linter error
Fixes: SYS#5583 Change-Id: Ie3a9caa6d1e682e0080b3acc4a68d5ad3895629f
This commit is contained in:
		| @@ -4,9 +4,9 @@ container: | ||||
| 	docker build -t osmo-freeswitch-pbx:latest . | ||||
|  | ||||
| run: | ||||
| 	docker run -it --name=osmo-freeswitch-pbx \ | ||||
| 	docker run --rm -it --name=osmo-freeswitch-pbx \ | ||||
| 		-p 5060:5060/udp -p 6000-6020:6000-6020/udp \ | ||||
| 		--rm=true osmo-freeswitch-pbx:latest | ||||
| 		osmo-freeswitch-pbx:latest | ||||
|  | ||||
| stop: | ||||
| 	docker rm -f osmo-freeswitch-pbx | ||||
|   | ||||
| @@ -24,6 +24,6 @@ Build: | ||||
|  | ||||
| Run: | ||||
|  | ||||
| 	docker run yourimagename:tag | ||||
| 	docker run --rm yourimagename:tag | ||||
|  | ||||
| SIP is exposed on 5060 of your port and audio on 6000-6020 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user