This commit is contained in:
parent
6d84a9e3ea
commit
3a93b7c3fa
@ -1,10 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
pontus-web:
|
pontus-web:
|
||||||
build: .
|
image: nginx
|
||||||
image: pontus-web:latest
|
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "2280:80"
|
- 2280:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./default.conf:/etc/nginx/conf.d/default.conf
|
- ./default.conf:/etc/nginx/conf.d/default.conf
|
||||||
- ./src:/usr/share/nginx/html
|
- ./src:/usr/share/nginx/html
|
Loading…
x
Reference in New Issue
Block a user