elleFlorio / svn-docker

Lightweight Docker image to build a container running an SVN server
MIT License
145 stars 106 forks source link

apachectl: not found #35

Closed calebcbaker closed 2 years ago

calebcbaker commented 3 years ago

I cloned down this repo and attempted to run it via docker-compose but I keep getting the error in the screenshot below. However if I pull the image directly from Docker Hub or build the Dockerfile locally everything works correctly. image

docker-compose.yml for reference image

elleFlorio commented 2 years ago

Hey!

That is weird... 🤔 have you tried to specify the image in the docker compose file?

image: elleflorio/svn-server
SergeiCherevko commented 2 years ago

@calebcbaker Hello!

I change run script with this

#!/usr/bin/with-contenv sh

exec /usr/sbin/httpd -D FOREGROUND;

And all works, please check this

elleFlorio commented 2 years ago

@inkdude thank you for your contribution!

I'm closing this since there is no more activity. 😉