vx3r / wg-gen-web

Simple Web based configuration generator for WireGuard

Home Page:https://wg-gen-web-demo.127-0-0-1.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to start container via docker-compose

koonweee opened this issue · comments

Hi, I have been trying to utilize this container via compose, here is my docker-compose.yml snippet:

# wg-gen-web - generate and manage wireguard profiles
  wg-gen-web:
    image: vx3r/wg-gen-web
    container_name: wg-gen-web
    restart: always
    environment:
      - WG_CONF_DIR=/data
      - WG_INTERFACE_NAME=wg0.conf
    volumes:
      - /etc/wireguard:/data

The container does not start up and constantly reboots instead. Here is the logs pulled from Portainer:

standard_init_linux.go:219: exec user process caused: no such file or directory
standard_init_linux.go:219: exec user process caused: no such file or directory

I've also tried the docker-compose from the readme and the logs are the same

commented

i messed up with docker images. pushing the new version right now, please try in a couple of minutes. sorry