diff --git a/docker-compose.yml b/docker-compose.yml index 5db79ad5..5c5a8c60 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,5 +4,8 @@ services: image: websites-lms:latest restart: unless-stopped volumes: - - ./storage:/var/www/html/storage - - ./.env:/var/www/html/.env \ No newline at end of file + - websites_lms_storage:/var/www/html/storage + - /etc/dokploy/compose/websites-lms-txuykq/code/.env:/var/www/html/.env + +volumes: + websites_lms_storage: \ No newline at end of file