mirror of
https://github.com/Theodor-Springmann-Stiftung/pantoia.git
synced 2025-10-28 16:45:33 +00:00
Init
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Start the TCP proxy in the background for "localhost" DB connection if needed
|
||||
socat TCP-LISTEN:3306,fork TCP:db:3306 &
|
||||
|
||||
# Execute the original command for the container (start Apache)
|
||||
apache2-foreground
|
||||
Reference in New Issue
Block a user