mirror of
https://github.com/EdyTheCow/docker-whmcs.git
synced 2026-04-02 10:49:30 +00:00
- Add comments to .env - Place basic auth directly into labels instead - Remove whmcs data folders, these are now created automatically
5 lines
135 B
Bash
5 lines
135 B
Bash
# --- General ---
|
|
# Container name prefix
|
|
COMPOSE_PROJECT_NAME=whmcs
|
|
# Where data is going to be stored on host server
|
|
DATA_DIR=../data |