Compare commits
2 commits
bdee6f6a72
...
f70169bad1
| Author | SHA1 | Date | |
|---|---|---|---|
| f70169bad1 | |||
| 7ac69c3ec7 |
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 8000;
|
listen 80;
|
||||||
listen [::]:8000;
|
listen [::]:80;
|
||||||
server_name oldrabbit.town;
|
server_name oldrabbit.town;
|
||||||
|
|
||||||
#access_log /var/log/nginx/host.access.log main;
|
#access_log /var/log/nginx/host.access.log main;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ services:
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/usr/share/nginx/html
|
- ./src:/usr/share/nginx/html
|
||||||
- ./config:/etc/nginx/conf.d
|
- ./config:/etc/nginx/conf.d
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue