first of all create database - use goipinit_create_maindb_at_host.sh (run at host with mysql-server)
all that stuff (scripts, dockerfile, sql-schemas, etc) here : https://github.com/bzmn/docker-goip-sms-server/
version of goip sms-server is: goip_install-v1.28.4.tar.gz
for run container-app use compose:
version: "2"
services:
goip-sms-server:
image: bzmn/goip-sms-server
container_name: goip-sms-server
restart: always
network_mode: bridge
ports:
- 44444:44444/udp
- 80
environment:
- MYTIMEZONE=Asia/Novosibirsk
- GOIP_WEB_LOGIN=smsadmin
- GOIP_WEB_PASSWORD=mysuperCoOlpassXX1
- MYSQL_MAIN_HOST=172.17.0.1
- MYSQL_MAIN_PORT=3306
- MYSQL_MAIN_DB=goipsms
- MYSQL_MAIN_LOGIN=goipfedclient
- MYSQL_MAIN_PASSWORD=yoCOmeOnxxZZ999jhjkh
Content type
Image
Digest
Size
421.6 MB
Last updated
about 6 years ago
docker pull bzmn/goip-sms-server