Skip to content

Commit 8a12894

Browse files
authored
Merge pull request #31 from FloRobart/dev
fix(flower garden app): Fix flower garden app
2 parents 0c9cf9e + 3bf6ecd commit 8a12894

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ services:
253253
- ./config/.env.flower_garden_app
254254
networks:
255255
- flower-garden-net
256+
ports:
257+
- ${FLOWER_GARDEN_APP_PORT:-}:80
256258
security_opt:
257259
- no-new-privileges:true
258260
cap_drop:
@@ -262,7 +264,7 @@ services:
262264
read_only: true
263265
user: "1800:1800"
264266
tmpfs:
265-
- /tmp:exec,nosuid,nodev
267+
- /tmp:exec,nosuid,nodev,uid=1800,gid=1800
266268
healthcheck:
267269
test: ["CMD-SHELL", "wget -q --spider http://flower-garden-app:80/ || exit 1"]
268270
interval: 10s

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

0 commit comments

Comments
 (0)