akaunting / docker

Docker Image for Akaunting
https://github.com/akaunting/akaunting
GNU General Public License v3.0
182 stars 86 forks source link

Trying to install Akuanting using docker - Portainer GUI #47

Closed AAlmarwani93 closed 2 years ago

AAlmarwani93 commented 2 years ago

I am trying to install the docker image via a portianer as a GUI mgmt for my docker instance. Below is my docker compose file:

version: '3.7'

services:

akaunting: container_name: akaunting image: docker.io/akaunting/akaunting:latest networks: default: ipv4_address: 172.18.0.10 network1: ipv4_address: 192.168.1.37 volumes:

networks: default: external: name: ngnix_default network1: external: name: vlan1_macvlan_network_config

when i am logging in i can see in portainer there is an error of not finding the user. I am pretty sure that I did not put the docker compose file correctly and that is why it is getting messed up.

Need some assistance to set this up but not sure where to start.

MohammedAl-Mahdawi commented 2 years ago

Hi,

This repo is for building the official Akaunting images so please only post issues related to the official Akaunting images or the default setup of the compose files.

If you have questions or issues with your specific setup you can post your question/issue in our support channels here or on StackOverflow.

Thank you for understanding!