Skip to content
Snippets Groups Projects
Select Git revision
  • f64bd419b8ee96e6a7255fc1256658829e28c1ce
  • master default protected
2 results

ZoteroVueClient.vue

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    docker-compose.yml 271 B
    version: '2'
    
    services:
      support-app:
        image: support-app
        container_name: support-app
        build:
          context: .
          args:
            PHP_VERSION: 8.2
        ports:
         - "8080:80"
         - "8443:443"
        volumes:
         - .:/var/www/html
        working_dir: /var/www/html