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