Skip to content

Commit

Permalink
Merge pull request #44 from orochi-network/bug/add_restart_policy_in_…
Browse files Browse the repository at this point in the history
…nginx

Add restart policy
  • Loading branch information
chiro-hiro authored Jun 11, 2024
2 parents 3d6e936 + 050a2c4 commit 9811d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- node-network
local-nginx:
image: nginx
restart: unless-stopped
ports:
- 8888:80
volumes:
Expand Down

0 comments on commit 9811d88

Please sign in to comment.