MephistoXoL / Docker-Gitea

Docker Image Gitea for Raspberry pi 3
2 stars 2 forks source link

Deployment error of the docker-compose up #3

Open sephirothac opened 2 years ago

sephirothac commented 2 years ago

Hello,

Thank you very much for your project, I have been using it for a while but since the last updates, I wanted to deploy your latest version but I have problems of right here is the log below

Thanks for your help.

docker-compose.yml version: '2' services: web: image: mephistoxol/gitea:latest container_name: gitea-web volumes:

docker-compose up Starting gitea-db ... done Starting gitea-web ... done Attaching to gitea-db, gitea-web gitea-db | [s6-init] making user provided files available at /var/run/s6/etc...exited 0. gitea-db | [s6-init] ensuring user provided files have correct perms...exited 0. gitea-db | [fix-attrs.d] applying ownership & permissions fixes... gitea-db | [fix-attrs.d] done. gitea-db | [cont-init.d] executing container initialization scripts... gitea-db | [cont-init.d] 01-envfile: executing... gitea-db | [cont-init.d] 01-envfile: exited 0. gitea-web | ./setup: line 52: environment-to-ini: command not found gitea-db | [cont-init.d] 02-tamper-check: executing... gitea-db | [cont-init.d] 02-tamper-check: exited 0. gitea-db | [cont-init.d] 10-adduser: executing... gitea-db | usermod: no changes gitea-db | gitea-db | ------------------------------------- gitea-db | _ () gitea-db | | | gitea-db | | | / | | | / \ gitea-db | | | _ \ | | | () | gitea-db | || |__/ || \/ gitea-db | gitea-db | gitea-db | Brought to you by linuxserver.io gitea-db | ------------------------------------- gitea-db | gitea-db | To support LSIO projects visit: gitea-db | https://www.linuxserver.io/donate/ gitea-db | ------------------------------------- gitea-db | GID/UID gitea-db | ------------------------------------- gitea-db | gitea-db | User uid: 911 gitea-db | User gid: 911 gitea-db | ------------------------------------- gitea-db | gitea-db | [cont-init.d] 10-adduser: exited 0. gitea-db | [cont-init.d] 30-config: executing... gitea-db | [cont-init.d] 30-config: exited 0. gitea-db | [cont-init.d] 40-initialise-db: executing... gitea-db | [cont-init.d] 40-initialise-db: exited 0. gitea-db | [cont-init.d] 90-custom-folders: executing... gitea-db | [cont-init.d] 90-custom-folders: exited 0. gitea-db | [cont-init.d] 99-custom-files: executing... gitea-db | [custom-init] no custom files found exiting... gitea-db | [cont-init.d] 99-custom-files: exited 0. gitea-db | [cont-init.d] done. gitea-db | [services.d] starting services gitea-db | [services.d] done. gitea-db | 220525 01:50:16 mysqld_safe Logging to '/config/databases/cce456de12f2.err'. gitea-db | 220525 01:50:16 mysqld_safe Starting mariadbd daemon with databases from /config/databases gitea-web | Server listening on :: port 22. gitea-web | Server listening on 0.0.0.0 port 22. gitea-web | su-exec: /usr/local/bin/gitea: Permission denied gitea-web | Received signal 15; terminating. gitea-web exited with code 0 gitea-web | ./setup: line 52: environment-to-ini: command not found gitea-web | su-exec: /usr/local/bin/gitea: Permission denied gitea-web exited with code 0 gitea-web | ./setup: line 52: environment-to-ini: command not found gitea-web | Server listening on :: port 22. gitea-web | Server listening on 0.0.0.0 port 22. gitea-web | su-exec: /usr/local/bin/gitea: Permission denied gitea-web | Received signal 15; terminating. gitea-web exited with code 0 gitea-web | ./setup: line 52: environment-to-ini: command not found gitea-web | su-exec: /usr/local/bin/gitea: Permission denied gitea-web exited with code 0 gitea-web | ./setup: line 52: environment-to-ini: command not found gitea-web | su-exec: /usr/local/bin/gitea: Permission denied gitea-web exited with code 0 gitea-web | ./setup: line 52: environment-to-ini: command not found gitea-web | su-exec: /usr/local/bin/gitea: Permission denied gitea-web exited with code 0 gitea-web | ./setup: line 52: environment-to-ini: command not found gitea-web | su-exec: /usr/local/bin/gitea: Permission denied gitea-web exited with code 0

MephistoXoL commented 2 years ago

Hi @sephirothac

Yes, the issue is to run "s6". I will try to solve in a few days with a new releases.

Thanks