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
# env_file:
# - .env
# volumes:
# - ./hostfile:/hostfile
volumes:
- ./data:/data
container_name: gromacs
pull_policy: if_not_present
ulimits:
@@ -22,7 +22,7 @@ services:
soft: -1
hard: -1
restart: unless-stopped
image: hotwa/gromacs:test
image: hotwa/gromacs:latest
privileged: true
cap_add:
- ALL