Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mikael Salson
alecsia
Commits
e92e1c3a
Commit
e92e1c3a
authored
Apr 29, 2020
by
David Ivain
Browse files
creation ou update de la bdd au démarrage
parent
a4c2516c
Changes
1
Show whitespace changes
Inline
Side-by-side
docker/docker-compose.yml
View file @
e92e1c3a
...
...
@@ -8,7 +8,8 @@ services:
ports
:
-
'
8000:8000'
-
'
8080:80'
# command: bash -c "(php /var/www/html/alecsia/app/console doctrine:schema:create || php /var/www/html/alecsia/app/console doctrine:schema:update) && pwd"
command
:
bash -c "(php /var/www/html/alecsia/app/console doctrine:schema:create || php /var/www/html/alecsia/app/console doctrine:schema:update --force) && /etc/init.d/apache2 start && cat"
tty
:
true
links
:
-
"
mysql-db:database"
depends_on
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment