Commit a5892280 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config docker-compose : passage des variables d'env *_proxy

parent db3e61e8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,6 +7,10 @@ services:
      args:
        PHP_VERSION: 7.3
      context: .
    environment:
      - http_proxy
      - https_proxy
      - no_proxy
    ports:
     - "8003:443"
    volumes: