change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user