source: code/trunk/docker-compose.yml@ 57

Last change on this file since 57 was 56, checked in by yakumo.izuru, 17 months ago

プロジェクトの名前を「マイ」に変更します

File size: 172 bytes
Line 
1version: "3.6"
2
3services:
4 mai:
5 container_name: mai
6 build:
7 context: .
8 dockerfile: Dockerfile
9 restart: unless-stopped
10 ports:
11 - 5000:5000
Note: See TracBrowser for help on using the repository browser.