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

Docker: modif des ports utilisés et passage à PHP 7.3

parent d62b6aa1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@ services:
    build:
      context: .
      args:
        PHP_VERSION: 7.0
        PHP_VERSION: 7.3
    ports:
     - "8880:80"
     - "8843:443"
     - "8080:80"
     - "8443:443"
    volumes:
     - .:/app
    working_dir: /app