Fixed docker-compose.yml
This commit is contained in:
parent
5c83267b58
commit
ed808073fa
@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
server:
|
web:
|
||||||
image: hugomods/hugo:latest
|
image: nginx
|
||||||
command: hugo server
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/src
|
- ./public:/usr/share/nginx/html:ro
|
||||||
|
- ./default.conf:/etc/nginx/conf.d/default.conf
|
||||||
ports:
|
ports:
|
||||||
- 1313:1313
|
- "80:80"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user