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

Last change on this file since 51 was 51, checked in by yakumo.izuru, 20 months ago

もう少しいじってください

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 196 bytes
Line 
1version: "3.6"
2
3services:
4 simplytranslate:
5 container_name: simplytranslate
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.