Loading docker-compose.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
docker-compose.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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