Skip to content

Commit ccf51b0

Browse files
committed
feat(volume): convert to anonymous volume
1 parent 32305b4 commit ccf51b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
PHP_MEMORY_LIMIT: '256M'
1414
UPLOAD_MAX_FILESIZE: '8M'
1515
volumes:
16-
- 'linkstack_data:/htdocs'
16+
- '/htdocs'
1717
ports:
1818
- '8080:80'
1919
- '8081:443'
@@ -30,6 +30,3 @@ services:
3030
MYSQL_ROOT_PASSWORD: xeFgUGb5mPPn5q2d
3131
ports:
3232
- 3306:3306
33-
34-
volumes:
35-
linkstack_data:

0 commit comments

Comments
 (0)