This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zrd
/
tool
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9b356b6fff
Rami (Branch)
Tag
master
tool
/
docker-compose.yml
docker-compose.yml
107 B
Cronologia
Originale
1
2
3
4
5
6
7
version: '3'
services:
my_python_app:
build: .
ports:
- "9020:29015"
restart: always