-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I am using Portainer and docker-compose to manage our docker stacks.
I have created a docker-compose.yml file specially suited for our needs with a few changes from yours, notably a different port and the database (which we manage).
Everything seems to work, the logs look good, the database gets populated, and the login page opens correctly.
Now I want to create the administrator.
I have tried to execute the instructions you provide in the documentation from the Portainer console of the server container but nothing worked.
I have tried: sh /app/virtualpaper manage add-user, which should work according to the manual and the common syntax of docker-compose.
However I consistently get this error: /app/virtualpaper: line 1: syntax error: unexpected ";"
More generally, virtualpaper is not recognized as a legitimate command within the container.
My feeling is that it would be less frustrating to have a standard user (eg. admin/admin) upfront and be invited to create a new one at the first entry in the software.
Please help,
Stephen