Skip to content

Commit 8652a1e

Browse files
committed
Docker
1 parent 953c695 commit 8652a1e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docker-compose.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ services:
1212
- WORDPRESS_DEBUG=true
1313
- WORDPRESS_DB_HOST=db
1414
- WORDPRESS_DB_PASSWORD=password
15-
networks:
16-
- internal
17-
- public
1815
volumes:
1916
- ./plugin:/var/www/html/wp-content/plugins/aplazame
2017
ports:
@@ -25,8 +22,8 @@ services:
2522
environment:
2623
- MYSQL_ROOT_PASSWORD=password
2724
- MYSQL_DATABASE=wordpress
28-
networks:
29-
- internal
25+
ports:
26+
- "3306:3306"
3027

3128
l10n:
3229
build:
@@ -36,7 +33,3 @@ services:
3633
- ./:/var/www
3734
working_dir: /var/www
3835
entrypoint: make l10n
39-
40-
networks:
41-
internal:
42-
public:

0 commit comments

Comments
 (0)