fix container name
This commit is contained in:
parent
a90dd11610
commit
7c56e0c838
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ networks:
|
||||||
services:
|
services:
|
||||||
hugo:
|
hugo:
|
||||||
image: klakegg/hugo:0.101.0
|
image: klakegg/hugo:0.101.0
|
||||||
|
container_name: pizzeria
|
||||||
command: server
|
command: server
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/src"
|
- ".:/src"
|
||||||
|
|
Reference in a new issue