File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
6
## Unreleased
7
+ ### Fixed
8
+ - Fix ` web ` docker configuration in order to allow ` docker-compose ` run. ([ #18 ] [ i18 ] )
7
9
8
- ## 0.5.0 - 2018-08-10
10
+ [ i18 ] : https://github.com/pacoorozco/ssham/issues/18
9
11
12
+ ## 0.5.0 - 2018-08-10
10
13
11
14
## 0.4.0 - 2017-07-29
12
15
### Changed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY ./docker/web/nginx.conf /etc/nginx/
7
7
RUN apk update \
8
8
&& apk upgrade \
9
9
&& apk add --no-cache bash \
10
- && adduser -D -H -u 1000 -s /bin/bash www-data
10
+ && adduser -S www-data -G www-data -u 1000
11
11
12
12
ARG PHP_UPSTREAM_CONTAINER=app
13
13
ARG PHP_UPSTREAM_PORT=9000
You can’t perform that action at this time.
0 commit comments