updated docker compose and submodules
This commit is contained in:
parent
61b7af4042
commit
6d48c08085
3 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,12 @@
|
|||
services:
|
||||
blog:
|
||||
build: .
|
||||
container_name: zola_blog
|
||||
ports:
|
||||
- 37189:8000
|
||||
- 37189:80
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
|
@ -1 +1 @@
|
|||
Subproject commit c4fe052d0877a2f94863ebe6deb9b852c9bb9157
|
||||
Subproject commit 3d4443e8f4d63dd5a2b078b82a36304252ea3ee4
|
|
@ -1 +1 @@
|
|||
Subproject commit d2853606f9625423f88082f02a2265636a0087b9
|
||||
Subproject commit 66d2504350d37921be8a31c9cb24c151360fbd6e
|
Loading…
Reference in a new issue