Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 39cab84

Browse files
committed
Update docker compose
1 parent 4e4cf75 commit 39cab84

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docker-compose.dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
nginx-proxy:
66
image: jwilder/nginx-proxy
77
container_name: proxy
8+
restart: always
89
ports:
910
- "80:80"
1011
volumes:
@@ -19,6 +20,7 @@ services:
1920
jenkins:
2021
build: ./docker/jenkins
2122
container_name: jenkins
23+
restart: always
2224
volumes:
2325
- ./docker/jenkins/jenkins_home:/var/jenkins_home
2426
depends_on:
@@ -34,8 +36,6 @@ services:
3436
sphinx-docs:
3537
build: ./docker/sphinx-docs
3638
container_name: sphinx-docs
37-
# restart: always
38-
# tty: true
3939
volumes:
4040
- ./app:/app
4141

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
build: ./docker/php-fpm
66
container_name: php-fpm
77
working_dir: /application
8+
restart: always
89
volumes:
910
- ./app:/application
1011
- ./docker/php-fpm/php-ini-overrides.ini:/etc/php/7.2/fpm/conf.d/99-overrides.ini

0 commit comments

Comments
 (0)