|
|
|
@ -12,7 +12,7 @@ create birdge:
|
|
|
|
|
docker network create twentytotwneyfour |
|
|
|
|
|
|
|
|
|
for 24hourserver |
|
|
|
|
docker run --name twentyfoursvc -p 8098:8098 -v /home/24hour/config/appsettings.json:/app/appsettings.json -v /etc/localtime:/etc/localtime --restart=always --link mysql --network twentytotwneyfour --network-alias twentyfour -d twentyfoursvc:1.0 |
|
|
|
|
docker run --name twentyfoursvc -p 8098:8098 -v /home/24hour/config/appsettings.json:/app/appsettings.json -v /etc/localtime:/etc/localtime --restart=always --link mysql --network twentytotwneyfour --network-alias twentyfour -d twentyfoursvc:1.0.1.5 |
|
|
|
|
|
|
|
|
|
for 2.0 proxyclient |
|
|
|
|
docker run --name twentysysproxy -p 5194:5194 -v /home/twentysysproxy/config/appsettings.json:/app/appsettings.json -v /etc/localtime:/etc/localtime --restart=always --link mysql --network twentytotwneyfour --network-alias twentyproxy -d twentysysproxy:1.1 |