feat(volume): convert to anonymous volume

This commit is contained in:
thylong 2023-12-27 17:52:27 +01:00
parent 32305b4d3a
commit ccf51b0782
No known key found for this signature in database
GPG key ID: 2708316F958DBF44

View file

@ -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: