Skip to content

Commit

Permalink
re-add nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
SLSAKrit authored Dec 3, 2024
1 parent c6ebba4 commit c908a38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ services:
stdin_open: true
restart: always

nginx:
image: nginx:latest
container_name: nginx
tty: true
stdin_open: true
restart: always

0 comments on commit c908a38

Please sign in to comment.