Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis committed Dec 9, 2024
1 parent f5f1f43 commit 9081a76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sda-download/dev_utils/compose-sda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ services:
- -c
- |
cp /origcerts/* /certs
chown -R nobody.nobody /certs/*
chown -R nobody:nobody /certs/*
chmod -R og-rw /certs/*-key.pem
chown -R 70.70 /certs/db*
chown -R 70:70 /certs/db*
ls -la /certs/
container_name: certfixer
image: alpine:3.20
image: alpine:latest
volumes:
- ./certs:/origcerts
- certs:/certs
Expand Down

0 comments on commit 9081a76

Please sign in to comment.