mirror of https://github.com/flarum/flarum
Update docker-compose.yml and flarum.conf***
parent
4e0672c84d
commit
74535b74ed
|
@ -7,8 +7,8 @@ services:
|
||||||
- .${PROJECT_BASE}/:/var/www
|
- .${PROJECT_BASE}/:/var/www
|
||||||
- .${PROJECT_BASE}/nginx/flarum.conf:/etc/nginx/conf.d/default.conf
|
- .${PROJECT_BASE}/nginx/flarum.conf:/etc/nginx/conf.d/default.conf
|
||||||
- .${PROJECT_BASE}/.nginx.conf:/etc/nginx/conf.d/.nginx.conf
|
- .${PROJECT_BASE}/.nginx.conf:/etc/nginx/conf.d/.nginx.conf
|
||||||
ports:
|
expose:
|
||||||
- 8080:80
|
- 80
|
||||||
networks:
|
networks:
|
||||||
- code-network
|
- code-network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
server_name *.furyhawk.lol;
|
server_name *.furyhawk.lol flarum-web traefik localhost;
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
root /var/www/public;
|
root /var/www/public;
|
||||||
|
|
Loading…
Reference in New Issue