Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 85b29c1

Browse files
committed
chore(compose.yaml): comment out unused volume drivers for clarity
Commenting out the unused volume drivers for atheme_data, atheme_logs, unrealircd-webpanel_data, unrealircd-webpanel_config, and thelounge_data clarifies the configuration by indicating these volumes are not currently in use. This helps maintain a cleaner configuration file and reduces potential confusion about which volumes are active.
1 parent 66c5538 commit 85b29c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ volumes:
187187
unrealircd_contrib:
188188
driver: local
189189
# atheme_data:
190-
driver: local
190+
# driver: local
191191
# atheme_logs:
192-
driver: local
192+
# driver: local
193193
# unrealircd-webpanel_data:
194-
driver: local
194+
# driver: local
195195
# unrealircd-webpanel_config:
196-
driver: local
196+
# driver: local
197197
# thelounge_data:
198-
driver: local
198+
# driver: local
199199
letsencrypt_data:
200200
driver: local
201201

0 commit comments

Comments
 (0)