fix container name

This commit is contained in:
Pim Kunis 2023-01-09 23:58:59 +01:00
parent a90dd11610
commit 7c56e0c838

View file

@ -7,6 +7,7 @@ networks:
services:
hugo:
image: klakegg/hugo:0.101.0
container_name: pizzeria
command: server
volumes:
- ".:/src"