10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
version: '3.0'
|
|
|
|
services:
|
|
botsharp:
|
|
image: botsharpdocker/botsharp-core:0.1.0
|
|
ports: ['0.0.0.0:3112:3112']
|
|
networks: ['botsharp-network']
|
|
|
|
networks: {botsharp-network: {}}
|