Skip to content

Commit

Permalink
Cleaner folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tieutantan committed Dec 25, 2022
1 parent 4403316 commit 7bd14b7
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions config/.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ services:

nginx:
container_name: 'nms'
build: ./nginx
build: ./nms/nginx
volumes:
- ./config:/etc/nginx/conf.d/
- ./nms/config:/etc/nginx/conf.d/
ports:
- "80:80"
extra_hosts:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7bd14b7

Please sign in to comment.