diff --git a/.drone.yml b/.drone.yml index afe0d6d..a20dcd1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: deploy-container-mysql image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest ports: - - "3307:3306" + - 3307:3306 environment: IMAGENAME: mysql:latest CONTAINERNAME: mysql