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