Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

robertzaage/playSMS-Container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playSMS Container Image

playSMS version 1.4.5

Docker Container Tests

This repository contains build files for a simplified and modernized container image of playSMS. playSMS is a free and open source SMS gateway software.

Visit playSMS website for more information.

Build

First build the container image from this repo:

docker build -f Dockerfile -t localhost/playsms:1.4.5

Run

A fully automated application init is done using Docker Compose:

docker-compose up

Default Port: 8080 Default Login: admin:admin

Config

You need to fetch a basic config file by cat into the playsms-server container:

docker run --rm --entrypoint cat localhost/playsms:1.4.5 /var/www/html/config.php > config.php

Throw an additional volume into the playsms container after tweaking your newly obtained config file:

config.php:/var/www/html/config.php:ro

Maintainer

Robert Zaage