Skip to content

Commit

Permalink
Merge pull request NginxProxyManager#2783 from NginxProxyManager/uidgid
Browse files Browse the repository at this point in the history
Make PUID and PGID optional
  • Loading branch information
jc21 authored Mar 30, 2023
2 parents d5ed70d + 9fe07fa commit 5f25769
Show file tree
Hide file tree
Showing 16 changed files with 513 additions and 232 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ pipeline {
// Bring up a stack
sh 'docker-compose up -d fullstack-sqlite'
sh './scripts/wait-healthy $(docker-compose ps --all -q fullstack-sqlite) 120'
// Stop and Start it, as this will test it's ability to restart with existing data
sh 'docker-compose stop fullstack-sqlite'
sh 'docker-compose start fullstack-sqlite'
sh './scripts/wait-healthy $(docker-compose ps --all -q fullstack-sqlite) 120'

// Run tests
sh 'rm -rf test/results'
Expand Down
Loading

0 comments on commit 5f25769

Please sign in to comment.