mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Set up logging for apache
This commit is contained in:
@@ -9,4 +9,4 @@ docker kill $1
|
||||
docker rm $1
|
||||
docker build -t $1 -f rails-prod-Dockerfile .
|
||||
|
||||
docker run --name $1 -d --restart=always --env-file $WRESTLINGDEV_ENV_FILE -p 80:80 -p 443:443 $1
|
||||
docker run --name $1 -d --restart=always --env-file $WRESTLINGDEV_ENV_FILE -v /srv/docker/apache2/logs:/var/log/apache2 -p 80:80 -p 443:443 $1
|
||||
|
||||
Reference in New Issue
Block a user