diff --git a/.drone.yml b/.drone.yml index 667710f..b8f8224 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ steps: # database container deployment - name: deploy-container-mysql image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - ports: 3307:3306 + ports: + - "8001:5432" environment: IMAGENAME: mysql:latest CONTAINERNAME: mysql