aboutsummaryrefslogtreecommitdiff
blob: e7c0d445ade6f431306fb59eb207296ad26bc4f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'
services:
  web:
    build: .
    ports:
      - "8080:80"
#    command: apache2 -DFOREGROUND
#    user: 1000:1000
    volumes:
      - .:/var/www/localhost/htdocs/bugzilla