1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

docker-compose run requires explicit port permission

This commit is contained in:
Anatoli Babenia
2020-07-31 09:34:00 +03:00
parent be9d3a70fe
commit 6be6a25c2a
+1 -1
View File
@@ -5,7 +5,7 @@ language:
before_install:
- docker-compose build
- docker-compose run -d app bin/srv.py --debug
- docker-compose run -d --service-ports app bin/srv.py --debug
- docker ps
- docker images