Skip to content

Commit a236599

Browse files
committed
Clean up
1 parent 4c54ad4 commit a236599

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ services:
1313
WORDPRESS_DB_NAME: wordpress
1414
WORDPRESS_DB_USER: root
1515
WORDPRESS_DB_PASSWORD: password
16-
# links:
17-
# - db:db
1816
depends_on:
1917
- db
2018
db:
2119
image: mysql:latest # https://hub.docker.com/_/mysql/ - or mariadb https://hub.docker.com/_/mariadb
2220
ports:
23-
- 306:3306 # change ip if required
21+
- 3306:3306 # change ip if required
2422
volumes:
2523
- ./wp-data:/docker-entrypoint-initdb.d
2624
environment:

0 commit comments

Comments
 (0)