diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-08-13 14:42:25 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-08-13 14:42:25 -0600 |
| commit | b242e46d95c59e7c06caa8a9a757eda5400b1e32 (patch) | |
| tree | 6d4946b4a660775b08d3b0b148fe1672d3258047 /ci/docker-compose.yaml.example | |
| parent | c36cf5292c71db74dbb24d4385ed3070a4d91577 (diff) | |
stuff
Diffstat (limited to 'ci/docker-compose.yaml.example')
| -rw-r--r-- | ci/docker-compose.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/docker-compose.yaml.example b/ci/docker-compose.yaml.example index 2ee776d..2eefbb1 100644 --- a/ci/docker-compose.yaml.example +++ b/ci/docker-compose.yaml.example @@ -1,6 +1,7 @@ services: resume: image: resume + container_name: resume tty: true build: context: . @@ -37,6 +38,9 @@ services: source: /etc/ssh target: /etc/ssh - type: bind + source: /etc/resume + target: /etc/resume + - type: bind source: /var/log/lisp target: /var/log/lisp environment: |
