Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Make it Open Project Site
Commits
265446b5
Commit
265446b5
authored
Feb 24, 2021
by
alain
🐙
Browse files
hide ports
parent
133e9dcc
Changes
1
Show whitespace changes
Inline
Side-by-side
docker-compose.yaml
View file @
265446b5
...
@@ -21,7 +21,7 @@ services:
...
@@ -21,7 +21,7 @@ services:
image
:
phpmyadmin/phpmyadmin
image
:
phpmyadmin/phpmyadmin
restart
:
always
restart
:
always
ports
:
ports
:
-
'
9000
:80'
-
'
$PHPMYADMIN_PORT
:80'
environment
:
environment
:
PMA_HOST
:
db
PMA_HOST
:
db
MYSQL_ROOT_PASSWORD
:
$MYSQL_ROOT_PASSWORD
MYSQL_ROOT_PASSWORD
:
$MYSQL_ROOT_PASSWORD
...
@@ -33,7 +33,7 @@ services:
...
@@ -33,7 +33,7 @@ services:
-
db
-
db
image
:
wordpress:latest
image
:
wordpress:latest
ports
:
ports
:
-
'
8000
:80'
-
'
$WORDPRESS_PORT
:80'
restart
:
always
restart
:
always
volumes
:
[
'
./wordpress/:/var/www/html'
]
volumes
:
[
'
./wordpress/:/var/www/html'
]
environment
:
environment
:
...
...
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