fix: missing docker internal port
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/promote/production Build is passing Details

main
Antonio De Lucreziis 2 years ago
parent 81df0d0014
commit 660301c71e

@ -21,7 +21,7 @@ steps:
commands:
- docker build -t drone-example .
- docker rm -f drone-example
- docker run -d -p 127.241.212.77:1098 --restart always --name drone-example drone-example
- docker run -d -p 127.241.212.77:1098:5000 --restart always --name drone-example drone-example
volumes:
- name: docker-socket

Loading…
Cancel
Save