8000 Update README.md by feyroozecode · Pull Request #115 · akaunting/docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update README.md #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

feyroozecode
Copy link

New command need new Line

8000
New command need new Line
@r900
Copy link
r900 commented Apr 25, 2025

New command need new Line

it doesn't, though.

AKAUNTING_SETUP=true docker-compose up -d

means AKAUNTING_SETUP is set to true for the command that follows on the same line only.

AKAUNTING_SETUP=true
docker-compose up -d

means AKAUNTING_SETUP is set to true, and will stay set in the environment of the shell session, for docker-compose up -d and any command called later.

The README states that

Please never use AKAUNTING_SETUP=true environment variable again after the first time use.

which is precisely what the original command does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0