From ccf51b0782e17aec0978c41ec4e8a3f0c495d438 Mon Sep 17 00:00:00 2001 From: thylong Date: Wed, 27 Dec 2023 17:52:27 +0100 Subject: [PATCH] feat(volume): convert to anonymous volume --- docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c3c6eda..11ff380 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: PHP_MEMORY_LIMIT: '256M' UPLOAD_MAX_FILESIZE: '8M' volumes: - - 'linkstack_data:/htdocs' + - '/htdocs' ports: - '8080:80' - '8081:443' @@ -30,6 +30,3 @@ services: MYSQL_ROOT_PASSWORD: xeFgUGb5mPPn5q2d ports: - 3306:3306 - -volumes: - linkstack_data: