forked from GithubBackups/vichan
docker-compose: use local www root
This commit is contained in:
parent
bd3bf7e4f8
commit
b1b28dcb90
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@ -0,0 +1,3 @@
|
||||
**/.git
|
||||
**/.gitignore
|
||||
/local-www
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,5 +44,6 @@ Thumbs.db
|
||||
#vichan custom
|
||||
favicon.ico
|
||||
/static/spoiler.png
|
||||
local-www
|
||||
|
||||
/vendor/
|
||||
|
@ -23,7 +23,7 @@ services:
|
||||
context: .
|
||||
dockerfile: ./docker/php/Dockerfile
|
||||
volumes:
|
||||
- ./:/code
|
||||
- ./local-www:/var/www
|
||||
- ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
|
||||
networks:
|
||||
leftchan_net:
|
||||
|
Loading…
x
Reference in New Issue
Block a user