forked from qliang0816/docker-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5b1352
commit c88653c
Showing
5 changed files
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM webdevops/apache:ubuntu-16.04 | ||
|
||
MAINTAINER Eric Pfeiffer <[email protected]> | ||
MAINTAINER Leo Qin | ||
|
||
ARG PHP_UPSTREAM_CONTAINER=php-fpm | ||
ARG PHP_UPSTREAM_PORT=9000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM rabbitmq | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
MAINTAINER Leo Qin | ||
|
||
RUN rabbitmq-plugins enable --offline rabbitmq_management | ||
|
||
|