-
Notifications
You must be signed in to change notification settings - Fork 57
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
Server fails to start, docker compose #744
Comments
Could you try :develop instead of :latest?
image: joepmeneer/atomic-server:develop
…On Sun, 17 Dec 2023, 03:25 Jason, ***@***.***> wrote:
Following these <https://docs.atomicdata.dev/atomicserver/installation>
instructions to setup via docker (docker compose in this example).
My docker compose:
---
services:
atomic-server:
image: joepmeneer/atomic-server
container_name: atomic-server
restart: unless-stopped
ports:
- 9883:80
volumes:
- ~/volumes/atomic-data/atomic-storage:/atomic-storage
When running docker compose up -d I see the following output in logs and
the server doesn't startup:
atomic-server | exec /atomic-server-bin: exec format error
atomic-server | exec /atomic-server-bin: exec format error
atomic-server | exec /atomic-server-bin: exec format error
atomic-server | exec /atomic-server-bin: exec format error
atomic-server | exec /atomic-server-bin: exec format error
atomic-server | exec /atomic-server-bin: exec format error
atomic-server | exec /atomic-server-bin: exec format error
Any ideas on what might be going on here?
—
Reply to this email directly, view it on GitHub
<#744>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQVBEOS7K64GKLIYNEPEODYJZJ3BAVCNFSM6AAAAABAYAGNZ2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DKMBSG4YTCNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks, that got the service starting up in docker:
Initial OOBE feels a bit awkward (perhaps due to being |
Thanks for the feedback @jschneekloth! |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following these instructions to setup via docker (docker compose in this example).
My docker compose:
When running
docker compose up -d
I see the following output in logs and the server doesn't startup:Any ideas on what might be going on here?
The text was updated successfully, but these errors were encountered: