olanystrom / docker-smf

Docker image for SMF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PHP 81.9%Language:Dockerfile 12.8%Language:Shell 5.3%