Add custom port variable for wordpress (#103)
* add variable for custom public port * add public_port variable
This commit is contained in:
committed by
Bill Maxwell
parent
9743397540
commit
0a2e21f8f3
@@ -3,7 +3,7 @@ wordpress:
|
||||
links:
|
||||
- db:mysql
|
||||
ports:
|
||||
- 80:80
|
||||
- ${public_port}:80
|
||||
|
||||
db:
|
||||
image: mariadb
|
||||
|
||||
Reference in New Issue
Block a user