diff --git a/docker-compose.yml b/docker-compose.yml index cc69f7b..00ec428 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,4 +13,4 @@ services: - PORT=4321 restart: unless-stopped volumes: - - ./example-data:/data \ No newline at end of file + - ./data:/data \ No newline at end of file