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:
parent
be9d3a70fe
commit
6be6a25c2a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user