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:
|
||||
hugo:
|
||||
image: klakegg/hugo:0.101.0
|
||||
container_name: pizzeria
|
||||
command: server
|
||||
volumes:
|
||||
- ".:/src"
|
||||
|
|
Reference in a new issue