This commit is contained in:
2024-09-12 13:28:55 +08:00
parent 247fc2baf0
commit d8ea901573

View File

@@ -13,8 +13,8 @@ services:
BUILDKIT_INLINE_CACHE: 1 BUILDKIT_INLINE_CACHE: 1
# env_file: # env_file:
# - .env # - .env
# volumes: volumes:
# - ./hostfile:/hostfile - ./data:/data
container_name: gromacs container_name: gromacs
pull_policy: if_not_present pull_policy: if_not_present
ulimits: ulimits:
@@ -22,7 +22,7 @@ services:
soft: -1 soft: -1
hard: -1 hard: -1
restart: unless-stopped restart: unless-stopped
image: hotwa/gromacs:test image: hotwa/gromacs:latest
privileged: true privileged: true
cap_add: cap_add:
- ALL - ALL