Skip to content

Commit

Permalink
Docker Custom Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshul authored and Anshul committed Jan 6, 2024
1 parent fd0fbee commit 1bd3561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_webapp_stack/docker-compose_updated_redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- "/app/redis_data:/data"
deploy:
placement:
constraints: [Description.Hostname == manager2]
constraints: [node.hostname == manager2]
command: redis-server --appendonly yes
networks:
- webnet
Expand Down

0 comments on commit 1bd3561

Please sign in to comment.