Skip to content

Commit 6fdc829

Browse files
committed
push on hub docker
1 parent 4b9fb09 commit 6fdc829

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ EXPOSE 22
7373
# volume for mysql database and install
7474
VOLUME ["/var/lib/mysql", "/usr/share/nginx/www", "/var/run/sshd"]
7575

76+
# Run
7677
CMD ["/bin/bash", "/start.sh"]

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Docker Container for NGINX / PHP7 / MYSQL / SSH
33

44
A Dockerfile that installs the latest Ubuntu 16.04 with nginx 1.10.0, php-fpm7.0, php7.0 APC User Cache and openssh. You can also handle the services using supervisord.
55

6+
67
## Installation
78

89
The easiest way get up and running with this docker container is to pull the latest stable version from the [Docker Hub Registry](https://hub.docker.com/r/alexcomu/docker-nginx-ssh-mysql-php7/):

0 commit comments

Comments
 (0)