]> git.p6c8.net - jirafeau_project.git/blob - docker-compose.yaml
Merge branch 'hotfix_issue_21' into 'master'
[jirafeau_project.git] / docker-compose.yaml
1 services:
2 web:
3 build:
4 context: . # or ../Dockerfile if we put it in the ./docker folder
5 volumes:
6 - ./jirafeau_data:/data
7 environment:
8 - ADMIN_PASSWORD='p4ssw0rd'
9
10 ports:
11 - 8080:80
12

patrick-canterino.de