Finally working
This commit is contained in:
parent
ab1cb42abc
commit
1464548617
@ -28,14 +28,14 @@ services:
|
|||||||
- SITE_HOMEPAGE=
|
- SITE_HOMEPAGE=
|
||||||
- SITE_GITHUB=https://git.frostdeer.com/Chewico/School.git
|
- SITE_GITHUB=https://git.frostdeer.com/Chewico/School.git
|
||||||
volumes:
|
volumes:
|
||||||
- ./perlite/School:/var/www/perlite/School:ro
|
- ./..:/var/www/perlite/School:ro
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: nginx:stable
|
image: nginx:stable
|
||||||
container_name: perlite_web
|
container_name: perlite_web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 8000:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./web/config/perlite.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./web/config/perlite.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user