Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
c3c89e8e
Commit
c3c89e8e
authored
Sep 16, 2019
by
Bertrand Gauthier
Browse files
Docker: modif des ports utilisés et passage à PHP 7.3
parent
d62b6aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
c3c89e8e
...
...
@@ -7,10 +7,10 @@ services:
build
:
context
:
.
args
:
PHP_VERSION
:
7.
0
PHP_VERSION
:
7.
3
ports
:
-
"
8
8
80:80"
-
"
8
8
43:443"
-
"
8
0
80:80"
-
"
8
4
43:443"
volumes
:
-
.:/app
working_dir
:
/app
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