Skip to content

Commit

Permalink
Reverted local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 4, 2022
1 parent cea73bb commit 5629e3f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ services:
volumes:
- ./tools/local-env/default.template:/etc/nginx/conf.d/default.template
- ./:/var/www
- /home/oberon/Development/SailCom/next-it/Sailcom/wp-content/plugins/sailcom:/var/www/src/wp-content/plugins/sailcom
- /home/oberon/Development/SailCom/next-it/Sailcom/wp-content/plugins/woocommerce-rental-and-booking:/var/www/src/wp-content/plugins/woocommerce-rental-and-booking
- /home/oberon/Development/SailCom/next-it/Sailcom/CI/require-dev/sailcom-debug-plugin/:/var/www/src/wp-content/plugins/sailcom-debug-plugin
- /home/oberon/Development/SailCom/next-it/Sailcom/wp-content/themes/hello-theme-child-master/:/var/www/src/wp-content/themes/hello-theme-child-master/
- /home/oberon/Development/SailCom/woocommerce-runmyaccounts/:/var/www/src/wp-content/plugins/run-my-accounts-for-woocommerce


# Load our config file, substituting environment variables into the config.
command: /bin/sh -c "envsubst '$$LOCAL_DIR' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
Expand Down Expand Up @@ -84,7 +78,7 @@ services:
- wpdevnet

ports:
- "3306:3306"
- "3306"

environment:
MYSQL_ROOT_PASSWORD: password
Expand Down

0 comments on commit 5629e3f

Please sign in to comment.