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

On reste en PHP 7.0, comme sur les serveurs de prod/test.

parent b60a3730
Loading
Loading
Loading
Loading
+3826 −781

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Changes for docker-compose.yml: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@ services:
    depends_on:
    - sygal-import-ws
    build:
      context: .
      args:
        PHP_VERSION: 7.2
        PHP_VERSION: 7.0
      context: .
    ports:
     - "8000:80"
     - "443:443"