1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-26 22:45:38 +03: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

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