Skip to content

d9394/FlightAirMap_Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlightAirMap_Dockerfile

dockerfile for nginx+php+flightairmap ( you need have a mysql/postgre server !)

use:
git clone https://github.com/d9394/FlightAirMap_Dockerfile.git
cd FlightAirMap_Dockerfile
docker build -t flightairmap -f ./dockerfile .
docker run -it -p 80:80 -v /localhost/config:/config flightairmap

or:
docker run -it -p 80:80 -v /localhost/config:/config 9394/flightairmap
(only for x86_64 platform, if you want arm version please build by yourself)

About

dockerfile for nginx+php+flightairmap ( but no mysql )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages