220317
This commit is contained in:
@@ -7,13 +7,13 @@ services:
|
||||
- DEFAULT_EMAIL=xxx@gmail.com
|
||||
image: nginx:latest
|
||||
volumes:
|
||||
- /root/auto-server/data/config/back_files/filesServer/app:/home/wwwroot/
|
||||
- /root/auto-server/data/config/back_files/filesServer/config/nginx/site.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./filesServer/app:/home/wwwroot/
|
||||
- ./filesServer/config/nginx/site.conf:/etc/nginx/conf.d/default.conf
|
||||
|
||||
php:
|
||||
image: php:7.0-fpm
|
||||
volumes:
|
||||
- /root/auto-server/data/config/back_files/filesServer/app:/home/wwwroot/
|
||||
- ./filesServer/app:/home/wwwroot/
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user