Skip to content

helloxz/webman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webman

PHP框架webman的Docker镜像

Docker运行

docker run -d -p 8787:8787 -v /data/webman:/data/wwwroot/webman helloz/webman:latest

docker-compose运行

version: '3.3'
services:
    webman:
        network_mode: "host"
        ports:
            - '8787:8787'
        volumes:
            - './data:/data/wwwroot/webman'
        image: 'helloz/webman:latest'

About

PHP框架webman的Docker镜像

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published