We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a819447 commit b3566f7Copy full SHA for b3566f7
docker-compose.yml
@@ -103,6 +103,8 @@ services:
103
container_name: cpn01
104
networks:
105
- compute
106
+ cap_add:
107
+ - SYS_ADMIN
108
volumes:
109
- etc_munge:/etc/munge
110
- etc_slurm:/etc/slurm
@@ -123,6 +125,8 @@ services:
123
125
container_name: cpn02
124
126
127
128
129
130
131
132
0 commit comments