nginx
This commit is contained in:
parent
b0b3f90b1b
commit
1030d50acb
@ -6,7 +6,7 @@ services:
|
|||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx:/etc/nginx
|
- ../nginx:/etc/nginx
|
||||||
- /sprint-data/static:/var/www/html/static
|
- /sprint-data/static:/var/www/html/static
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx:/etc/nginx
|
- ../nginx:/etc/nginx
|
||||||
- /sprint-data/static:/var/www/html/static
|
- /sprint-data/static:/var/www/html/static
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
Loading…
Reference in New Issue
Block a user