diff --git a/08-ittools/docker-compose.ittools.yml b/08-ittools/docker-compose.ittools.yml index 47f8866..0bbda10 100644 --- a/08-ittools/docker-compose.ittools.yml +++ b/08-ittools/docker-compose.ittools.yml @@ -1,8 +1,8 @@ +name: it-tools services: it-tools: container_name: it-tools - image: 'corentinth/it-tools:latest' + image: sharevb/it-tools:latest ports: - - '8018:80' - restart: unless-stopped - + - 8018:80 + restart: unless-stopped \ No newline at end of file