Skip to content

Commit fd911e2

Browse files
committed
refactor: move sztp-server content to top level
in preparation to move next agent code up level this is for better versioning and visibility Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
1 parent e1c781e commit fd911e2

13 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ services:
1313
volumes:
1414
- server-certs:/certs
1515
- ./images:/media
16-
- ./sztp-server/config:/mnt
17-
- ./sztp-server/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
16+
- ./config:/mnt
17+
- ./scripts/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
1818
entrypoint: /usr/local/bin/docker-entrypoint.sh
1919
environment:
2020
SZTPD_INIT_PORT: 6080
@@ -40,8 +40,8 @@ services:
4040
condition: service_completed_successfully
4141
volumes:
4242
- server-certs:/certs
43-
- ./sztp-server/config/sztpd.redirect.json.template:/mnt/sztpd.redirect.json.template
44-
- ./sztp-server/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
43+
- ./config/sztpd.redirect.json.template:/mnt/sztpd.redirect.json.template
44+
- ./scripts/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
4545
entrypoint: /usr/local/bin/docker-entrypoint.sh
4646
environment:
4747
SZTPD_INIT_PORT: 6080
File renamed without changes.

0 commit comments

Comments
 (0)