Skip to content

Wont deploy on azure #135

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
skelt opened this issue May 23, 2023 · 0 comments
Open

Wont deploy on azure #135

skelt opened this issue May 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@skelt
Copy link

skelt commented May 23, 2023

Getting error: "s6-overlay-suexec: fatal: can only run as pid 1"

My docker compose file is still work in progress, but its enough to get the container booting up. Problem is it is killed instantly with the above error.

My docker compose file:

`version: '2'

services:
freescout-app:
init: no
image: ghcr.io/tiredofit/docker-freescout
container_name: freescout-app
ports:
- 80:80
volumes:
- data:/www/html/
- logs:/www/logs/
environment:
- CONTAINER_NAME=freescout-app
- DB_HOST=freescout-db
- DB_NAME=freescout
- DB_USER=freescout
- DB_PASS=******
- SITE_URL=http://******
- ADMIN_EMAIL=*******
- ADMIN_PASS=******
- ENABLE_SSL_PROXY=FALSE
- DISPLAY_ERRORS=FALSE
- TIMEZONE=Europe/London
restart: always

volumes:
data:
driver: azure_file
driver_opts:
share_name: freescout
storage_account_name: freescoutstaging
logs:
driver: azure_file
driver_opts:
share_name: freescoutlogs
storage_account_name: freescoutstaging`

@skelt skelt added the bug Something isn't working label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant