source:
code/trunk/docker-compose.yml@
46
Last change on this file since 46 was 28, checked in by , 21 months ago | |
---|---|
File size: 241 bytes |
Rev | Line | |
---|---|---|
[28] | 1 | version: "3.6" |
2 | ||
3 | services: | |
4 | simplytranslate: | |
5 | container_name: simplytranslate | |
6 | build: | |
7 | context: . | |
8 | dockerfile: Dockerfile | |
9 | restart: unless-stopped | |
10 | ports: | |
11 | - 5000:5000 | |
12 | environment: | |
13 | - ADDRESS=0.0.0.0:5000 |
Note:
See TracBrowser
for help on using the repository browser.