Skip to content

Jeuners/smf

 
 

Repository files navigation

docker-smf

Docker image for SMF

How to run

docker run -p 8500:80 -e 'SMF_BOARD_URL=http://localhost:8500/' eeems/smf

Access the site with http://localhost:8500

Admin credentials: Admin/admin

Example

Screen-recording

Example docker-compose.yml

version: '3'
services:
  smf:
    container_name: smf
    image: eeems/smf
    ports:
      - "8500:80"
    environment:
      - SMF_BOARD_URL=http://localhost:8500/

About

Docker image for SMF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.9%
  • Dockerfile 12.8%
  • Shell 5.3%